﻿html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 0;
	padding: 0px;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0px;
	line-height: 1.42857143;
	font-size: 14px;
	background: #f4f5f9;
	color: #333;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.app{
	background: #fff;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-around;

}
.logo{
	line-height: 48px;
}

.logo img{
	width: 45px;
	float: left;
	margin-right: 10px;
}

.down a{
	padding: 5px 10px;
	background: #ff0000;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
}

.top{
	background: #c7dfe7;
	height: 190px;
	border-radius: 20px;
	position: relative;
	padding-top: 20px;

}

.topxiang{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tt{
	line-height: 55px;
}

.tt img{
	width: 50px;
	float: left;
	margin-right: 10px;
}

.w{
	width: 90%;
	margin-left: 5%;
}

.topxiang a{
	padding: 5px 10px;
	background: #ff0000;
	color: #fff;
	border-radius: 30px;
	text-decoration: none;
}

.description{
	margin: 6px 0;
	font-size: 14px;
	height: 77px;
	line-height: 25px;
	overflow: hidden;
}

.lxwm{
	width: 70%;
	left: 15%;
	position: fixed;
	top: 30%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: none;
	z-index: 11111;
}

.lxwm img{
	width: 100%;
}

.nav{
	width: 90%;
	background: #fff;
	border-radius: 10px;
	height: 60px;
	margin-left: 5%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
}
.nav li{
	list-style: none;
	line-height: 15px;
}
.nav li img{
	margin-right: 5px;
	width: 15px;
	float: left;
}
.beijing{
	background: linear-gradient(to bottom, #bfbfc0 0%, #f2f3f7 100%);
	height: 60px;
	margin-top: -18px;
}

.search{
	background: #fff;
	padding-bottom: 30px;
}

.tabs{
	height: 40px;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.tabs li{
	list-style: none;
}

.tabs .cur{
	border-bottom: #ff0000 2px solid;
}

.sousuo{
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}

.sousuo .input{
	width: 80%;
	height: 38px;
	background: #f3f3f3;
	border: none;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	text-align: center;
}

.sousuo .but{
	background:url("../images/wl_25.jpg") no-repeat #4d8cd3;
	background-size: 28%;
	width: 20%;
	height: 40px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-position: 22px 10px;
	border: none;
}
.lists{
	width: 100%;
}

.lists .item{
	width: 94%;
	margin-left: 3%;
	background: #fff;
	border-radius: 5px;
	margin-top: 10px;
	overflow: hidden;
}

.lists .public{
	background: url(../images/public.png);
	background-repeat: no-repeat;
	background-size: 28px;
	background-color: #fff;
}

.lists .item .title{
	font-size: 16px;
	color: #000;
	font-weight: bolder;
	margin-left: 26px;
	padding: 10px 0;
	border-bottom: #f4f5f9 1px solid;
}

.lists .item .shot{
	background: url(../images/shot.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-color: #fff;
	background-position: 100% 0;
}



.lists .item .desc{
	padding: 5px 26px;
	color: #717171;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lists .item .desc .price{
	font-size: 16px;
	color: #f74905;
	font-weight: bolder;
}

.user{
	background: #fff;
	padding: 10px 10px;
	margin: 10px;
	border-radius: 10px;
}
.user .touxiang{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.user .touxiang .userinfo{
	width: 60%;
}
.user .touxiang .userinfo img{
	width: 50px;
	height: 50px;
	float: left;
}

.user .touxiang .userinfo .nickname{
	font-size: 14px;
	float: left;
	margin-left: 10px;
	line-height: 25px;
}

.user .touxiang .userinfo .nickname h3{
	margin: 0px;
}

.user .touxiang .userinfo .nickname p{
	margin: 0px;
	color: #666666;
}

.user .touxiang .money{
	width: 100px;
	text-align: center;
	color: #ea463f;
	font-weight: bolder;
}


.user .touxiang .money .ttt{
	color: #868484;
	font-weight: 500;

}

.user .chongz{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
a{
	text-decoration: none;
}
.user .chongz a{
	padding: 10px 30px;
	background: #84c24e;
	display: flex;
	justify-content: center;
	width: 100px;
	align-items: center;
	color: #fff;
	border-radius: 5px;
}

.user .chongz a img{
	width: 20px;
	display: inline-block;
	margin-right: 5px;
}

.tuiguang{
	background: #fff;
	padding: 10px 10px;
	margin: 10px;
	border-radius: 10px;
}


.tuiguang .lists{
	margin-top: 20px;
	display: flex;
}

.tuiguang .lists .item a{
	color: #2c3e50;
}

.tuiguang .lists .item{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}

.tuiguang .lists .item img{
	width: 40px;
}

.usernav{
	background: #fff;
	padding: 0px 10px;
	margin: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.usernav .lists{
	overflow: hidden;
}

.usernav .lists .item a{
	color: #2c3e50;
}

.usernav .lists .item{
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	width: 33%;
	float: left;
	margin: 0px;
	height: 100px;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	border-radius: 0px;
	padding-top: 30px;
}


.usernav .lists .item:nth-child(3n){
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	width: 33%;
	float: left;
	margin: 0px;
	height: 100px;
	border-right: #fff 1px solid;
	border-bottom: #ddd 1px solid;
	border-radius: 0px;
	padding-top: 30px;
}

.usernav .lists .item img{
	width: 40px;
}

.navlist{
	margin: 10px 0;
	background: #fff;
	padding: 0 5px;
}

.navlist li{
	height: 35px;
	line-height: 35px;
	display: flex;
	justify-content: space-between;
}
.navlist li:first-child{
	border-bottom: #ddd 1px solid;
}


.navlist li svg{
	width: 15px;
	height: 15px;
}


.shuju{
	width: 96%;
	margin: 2%;
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
}

.shuju .ttt{
	font-size: 14px;
}

.shuju .ttt span{
	width: 3px;
	height: 100%;
	display: inline-block;
	background: #d71919;
	text-indent: -1100px;
	margin-right: 5px;
}

.shuju .conn{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.shuju .conn li{
	width: 50%;
	text-align: center;
	margin: 10px 0;
}


.shuju .conn li span{
	color: #d71919;
	font-size: 18px;
	font-weight: bold;
	display: block;
}


.dpsz{
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	padding-top: 20px;
	margin-bottom: 10px;
}

.dpsz li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: #f1f1f1 1px solid;

	margin-bottom: 10px;
	padding-bottom: 10px;
}

.dpsz .title{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
	margin-bottom: 20px;
}
.dpsz .title::after{
	content: " ";
	width: 2px;
	height: 10px;
	background: #ff0000;
	left: 0px;
	top: 5px;
	position: absolute;
}

.dpsz li span{
	width: 20%;
	display: block;
}

.dpsz li .input{
	width: 80%;
	border: none;
}

.dpsz .hh{
	display: block;
}


.dpsz .hh img{
	padding: 10px;
	border: #ddd 1px solid;
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
.dpsz .hh .tex{
	width: 100%;
	margin-top: 5px;
	padding: 5px;
	font-size: 14px;
	height: 100px;
	border: #ddd 1px solid;
}


.dpsz .hh svg{
	width: 50px;
	height: 50px;
	border: #ddd 1px solid;
	margin-top: 10px;
	padding: 10px;
}

.tgylb{
	width: 100%;
	overflow: hidden;
}

.tgylb li{
	width: 96%;
	margin: 2%;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}


.tgylb li .ttt{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #dfdfdf 1px solid;
}

.tgylb li .ttt:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}


.tgylb li .ttt .bl{
	border: #ddd 1px solid;
	padding: 3px 5px;
	margin-right: 5px;
	border-radius: 3px;
}

.tgylb li .ttt .del{
	background: #ff0000;
	padding: 3px 5px;
	color: #fff;
}

.xiaoxi{
	width: 100%;
	overflow: hidden;
}
.xiaoxi li{
	padding: 10px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.xiaoxi li .ttt a{
	display: flex;
}

.xiaoxi li .ttt h1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.xiaoxi li .img{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}


.xiaoxi li .img img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.yue{
	width: 100%;
	overflow: hidden;
}

.yue .topcon{
	background: #056a27;
	height: 100px;
	width: 100%;
	overflow: hidden;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.yue .topcon .zh{
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

.yue .topcon a{
	display: inline-block;
	padding: 3px 10px;
	background: #fff;
	color: #333;
	float: right;
	margin-top: 15px;
}

.yue .txinfo{
	background: #fff;
	overflow: hidden;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.yue .title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px;
}

.yue .title::after{
	content: " ";
	width: 2px;
	height: 14px;
	background: #ff0000;
	position: absolute;
	left: 0px;
	top: 3px;
}

.txcon span{
	display: inline-block;
	margin-right: 10px;
}

.txcon input{
	margin-right: 3px;
}

.txinput{
	width: 100%;
	margin: 10px 0;
}

.txinput input{
	width: 100%;
	border: none;
	border-bottom: #ddd 1px solid;
	padding-bottom: 5px;
}

.tipscon{
	color: #ff0000;
	margin-top: 10px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;


}

.txsm{
	background: #fff;
	overflow: hidden;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin-top:10px;
}

.txsm .shuoming{
	margin-top: 10px;
	line-height: 30px;
}


.tijiaoanniu{
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

.tijiaoanniu span{
	width: 80%;
	border-radius: 30px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #ff2c00;
	color: #fff;
	display: inline-block;
}

.xiaoshou{
	width: 100%;
	overflow: hidden;
}

.xiaoshou .search{
	background: #fff;
	padding-bottom: 0px;
	height: 40px;
	line-height: 40px;
}

.xiaoshou .search input{
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
}

.xiaoshou .xslist{
	margin-top: 10px;
	margin: 5px;
}

.xiaoshou .xslist li{
	background: #fff;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
}

.xiaoshou .xslist li .ttt{
	display: flex;
	justify-content: space-between;
	border-bottom: #ddd 1px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.xiaoshou .xslist li .ttt span:last-child{
	color: #ff0000;
	font-size: 12px;
}


.xiaoshou .xslist li .con {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.xiaoshou .xslist li .con .li{
	width: 25%;
	text-align: center;
	font-size: 12px;
}
.xiaoshou .xslist li .con .li span{
	display: block;
	width: 100%;
	color: #ff0000;
	margin-bottom: 5px;
	font-weight: bold;
}

.xiaoshou .xslist li .icon {
	position: absolute;
	right: 2px;
	top: 20px;
}


.xiaoshou .xslist li .icon svg{
	width: 20px;
	height: 20px;
}


.tgy{
	width: 100%;
	overflow: hidden;
}

.tgy .search{
	background: #fff;
	padding-bottom: 0px;
	height: 40px;
	line-height: 40px;
}

.tgy .search input{
	width: 96%;
	height: 90%;
	border: none;
	text-align: center;
	background: #dfdfdf;
	margin-top: 0%;
	margin-left: 2%;
	border-radius: 60px;

}

.tgy .tops{
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	padding-bottom: 0px;
}

.tgy .tops li{
	border-bottom: #dfdfdf 1px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
.tgy .tops li:last-child{
	border-bottom: none;
}

.tgy .tglist{
	width: 100%;
	overflow: hidden;


}

.tgy .tglist li{
	padding: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	padding-bottom: 0px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	font-size: 12px;
}


.tgy .tglist li .ttt{
	display: flex;
	justify-content: space-between;
	border-bottom: #dfdfdf 1px solid;
	padding-bottom: 10px;
	margin-bottom: 5px;
	align-items: center;
}

.tgy .tglist li .ttt .an{
	display: inline-block;
	border: #ddd 1px solid;
	padding: 3px 5px;
	border-radius: 5px;
}

.tgy .tglist li .bottom{
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #ff0000;
}

.tgy .tabs{
	background: #fff;
}
.tgy .tabs span{
	position: relative;
}
.tgy .tabs .active{
	color: #ff0000;
}
.tgy .tabs .active::after{
	content: " ";
	width: 30px;
	height: 2px;
	background: #ff0000;
	position: absolute;
	bottom: 6px;
	left: 12px;
}



.tgy .khlist{
	width: 100%;
	overflow: hidden;


}

.tgy .khlist li{
	padding: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	padding-bottom: 0px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	font-size: 12px;
}

.tgy .khlist li .topps{
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.tgy .khlist li .topps .left{
	display: flex;
}
.tgy .khlist li .topps .left img{
	width: 60px;
	height: 60px;
	border-radius: 80px;
}

.tgy .khlist li .topps .left .txt{
	margin-left: 10px;
	line-height: 25px;
}

.tgy .khlist li .topps .left .txt span{
	display: block;
}

.tgy .khlist li .topps .right span{
	display: inline-block;
	border: #ddd 1px solid;
	padding: 3px 5px;
	border-radius: 5px;
	margin-top: 10px;
}

.tgy .khlist li .ttt{
	display: flex;
	justify-content: space-between;
	border-bottom: #dfdfdf 1px solid;
	padding-bottom: 10px;
	margin-bottom: 5px;
	align-items: center;
}

.tgy .khlist li .ttt .an{
	display: inline-block;
	border: #ddd 1px solid;
	padding: 3px 5px;
	border-radius: 5px;
}




.footer{
	height: 60px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #fff;
}

.footer .ul{
	display: flex;
	justify-content: space-around;
}

.footer .ul li{
	text-align: center;
	list-style: none;
}

.footer .ul li .img{
	width: 20px;
	height: 20px;
}

.footer .ul li .img svg{
	width: 25px;
	height: 25px;
	margin-bottom: -16px;
}

.footer .ul li .cur svg{
	fill: #ff0000;
}

.footer .ul li .img1{
	width: 20px;
	height: 20px;
	display: none;
}



.footer .ul li img{
	width: 100%;
	height: 100%;
	margin-top: 10px;
}

.footer .ul li .text{
	margin-top: 15px;
	font-size: 12px;
}

.footer .ul .cur .img{
	display: none;
}

.footer .ul .cur .img1{
	display: block;
}
.footer .ul  a{
	color: #1f1d1d;
}


.footer .ul .cur a{
	color: #ea453f;
}


.topp{
	background: url("../images/xq_02.jpg") no-repeat;
	background-size: 100%;
	height: 45px;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	overflow: hidden;
}

.topp .touxiang img{
	width: 40px;
}

.topp .guanzhu a{
	padding: 6px 25px;
	border-radius: 5px;
	color: #fff;
	background: #f78e05;
	margin: 0 3px;
	display: inline-block;
	margin-top: 3px;
}


.topp .guanzhu a:last-child{

	background: #f36156;
}

.clear{
	clear:both;
}

.xqtitle{
	font-size: 14px;
	font-weight: bold;
	border-bottom: #ddd 1px solid;
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	overflow: hidden;
}
.content{
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	background: #fff;
}
.content .zw{
	background: #d83c23;
	padding: 5px 10px;
	color: #fff;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	margin-bottom: 10px;
	display: inline-block;
}

.nopay img{
	width: 100%;
	margin-top: 10px;
}

.content .con{
	border:#ddd 1px solid;
	margin: 10px;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 200px;
}

.content .con p{
	word-break: break-all;
}

.fdong{
	position: fixed;
	right: 10px;
	bottom: 30%;
}

.fdong a{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 40px;
	background: #fff;
	text-align: center;
	line-height: 20px;
}

.fdong a img{

	width: 20px;
	height: 20px;
	margin-top: 5px;
	color: #333;
}

.fdong a{
	color: #333;
	margin-bottom: 10px;
}


.fdong a:last-child{
	display:flex;
	width: 60px;
	height: 60px;
	border-radius: 40px;
	background: #ff0000;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.viewbotoom{
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #fff;
}

.viewbotoom .yue{
	background: #f1f1f1;
	height: 40px;
	line-height: 40px;
	color: #646464;
	width: 100%;
}

.viewbotoom .yue span{
	color: #de1e22;
}
.viewbotoom .desc{
	color: #ff0000;
	font-size: 14px;
	font-weight: bolder;
	height: 45px;
	line-height: 45px;
}

.pay{
	display: flex;
	justify-content: space-between;
}

.pay div{
	width: 45%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #6fc332;
	border-radius: 5px;

	text-align: center;
}

.pay div:last-child{
	background: #1398ff;
}


.tanchuang{
	position: fixed;
	width: 90%;
	left: 5%;
	top: 20%;
	z-index: 1111;
	display: none;

}
.tanchuang .con{
	background: url("../images/tc_03.jpg") no-repeat;
	height: 500px;
	background-size: 100%;
	overflow: hidden;
}

.tanchuang .con .content{
	background: none;
	width: 80%;
	margin-left: 10%;
	margin-top: 55px;
}
.tanchuang .con .content .touxiang{
	width: 100%;
	text-align: center;
}
.tanchuang .con .content .touxiang img{
	width: 50px;
	height: 50px;
	border-radius: 40px;
}

.tanchuang .con .content .desc{
	overflow: hidden;
	margin: 10px 0;
	height: 50px;
	line-height: 25px;
}

.tanchuang .con .content .zhuye img{
	width: 100%;
	text-align: center;
}

.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	left: 0px;
	top: 0px;
	display: none;
}

.cztop{
	height: 46px;
	background: #82dca9;
	padding: 37px 10px;
	color: #fff;
}

.cztop .left{
	width: 50%;
	float: left;
	line-height: 24px;
}

.cztop .left .text{
	width: 100%;
	text-align: left;
}

.cztop .left .num{
	width: 100%;
	text-align: left;
	font-size: 26px;
	font-weight: bolder;
}

.cztop .right {
	width: 50%;
	float: right;
	display: flex;
	flex-direction: row-reverse;
}

.cztop .right a{
	background: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	color: #333;
}

.w .title{
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 100%;
	color: #000;
	font-size: 14px;
	padding-left: 15px;
}

.w .title:before{
	content: " ";
	background: #82dca9;
	position: absolute;
	width: 5px;
	height: 20px;
	left: 0px;
	top: 13px;
}

.jelist{
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.jelist li{
	width: 30%;
	border-radius: 10px;
	border: #cccccc 1px solid;
	padding: 30px 0;
	text-align: center;
	list-style: none;
	font-size: 18px;
	font-weight: bolder;
}

.jelist .cur{
	width: 30%;
	border-radius: 10px;
	border: #ff0000 1px solid;
	padding: 30px 0;
	text-align: center;
	list-style: none;
	font-size: 18px;
	font-weight: bolder;
}

.qta{
	width: 100%;
	margin: 20px 0;
}

.qta input{
	width: 90%;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	background: none;
	margin-left: 5%;
	border: #ff0000 2px solid;
	text-indent: 20px;
}

.czlist{
	width: 100%;
	margin: 20px 0;
}

.czlist li{
	list-style: none;
	display: flex;
	justify-content: space-between;
	border: #ddd 1px solid;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 10px;

}

.czlist li label{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;

}

.czlist li label span{
	display: inline-block;

}

.czlist li label span img{
	float: left;

}

.czlist li .left{
	line-height: 30px;
}
.czlist li .left img{
	width: 35px;
	float: left;
	margin-right: 15px;
}

.czlist li .right img{
	width: 20px;
	margin-top: 10px;
}

.czbuton{
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	background: #ea453f;
	border-radius: 30px;
	margin-top: 30px;
	font-size: 16px;
}

.nysousuo{
	display: flex;
	margin-top: 5px;
	justify-content: space-between;
}

.nysousuo .layui-input{
	width: 75%;
}

.cztotal{
	padding: 25px 0;
	border-bottom: #ddd 1px solid;
	text-align: center;
	line-height: 25px;
	justify-content: center;
	display: flex;
}

.cztotal li{
	list-style: none;
	margin: 0 10px;
}

.tousu{
	background: #fff;
	width: 100%;
	overflow: hidden;
}

.tousu .title{
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	background: #ddd;
}

.tousu ul{
	width: 90%;
	margin-left: 5%;
}


.tousu ul li{
	height: 50px;
	line-height: 50px;
	justify-content: space-between;
}

.tousu ul li a{
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	border-bottom: #ddd 1px solid;
}


.shenqing{
	width: 90%;
	margin: 5%;
	overflow: hidden;
}

.shenqing li{
	list-style: none;
	padding: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 5px;
}

.shenqing li span{
	width: 80px;
}

.shenqing li input{
	width: 80%;
	border: none;
	background: none;
}

.tijiao{
	background: #fc5d4d;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	text-align: center;
	width: 90%;
	margin-left: 5%;
	color: #fff;
}

.qianbao{
	background: #fc5d4d;
	margin: 20px;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
}


.qianbao ul{
	border-bottom: #fff 1px solid;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.qianbao ul:last-child{
	border-bottom: none
}

.qianbao ul li{
	text-align: left;
	list-style: none;
	margin: 10px 0;
	line-height: 25px;
}

.wzbiaoti{
	overflow: hidden;
}

.wzbiaoti .tops{
	overflow: hidden;
	background: #fff;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.wzbiaoti .tops input{
	width: 88%;
	border: none;
	background: #ddd;
	border-radius: 30px;
	text-align: center;
	font-size: 12px;
}

.wzbiaoti .tops a{
	width: 10%;
	font-size: 12px;
	background: #0A71E4;
	color: #fff!important;
	display: inline-block;
	border-radius: 2px;
	padding: 3px 5px;
	text-align: center;
}

.wzbtlist{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.wzbtlist li{
	width: 96%;
	overflow: hidden;
	margin: 2%;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
}

.wzbtlist li .ttt{
	border-bottom: #f1f1f1 1px solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.wzbtlist li .desc{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wzbtlist li .desc span:first-child{
	color: #ff0000;
}

.wzbtlist li .desc span:last-child{
	color: #fff;
	background: #ff0000;
	padding: 3px 5px;
	border-radius: 3px;
}