@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#f6f6f6;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.logo{
	background-color: #0066cc;
	padding: 0.2rem 0.25rem 0.56rem;
}
.logo img{
	width: 1.36rem;
}
.main{
	transform: translateY(-0.25rem);
	position: relative;
	padding: 0.3rem 0.25rem 1.6rem;
	border-radius: 0.25rem;
	background-color: #f6f6f6;
}
.banner{
	font-size: 0;
	text-align: center;
}
.banner img{
	border-radius: 0.2rem;
}
.banner .swiper-pagination{
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.55);
	width: auto;
	left: 50%;
	bottom: 0.2rem;
	padding: 0.1rem;
	border-radius: 0.15rem;
	transform: translateX(-50%);
}
.banner .swiper-pagination-bullet{
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.4);
}
.banner .swiper-pagination-bullet-active{
	background-color: #fff;
}
.tips{
	margin-top: 0.3rem;
	background-color: #fff;
	border-radius: 0.1rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tips1{
	margin-right: 0.1rem;
	height: 100%;
	background: url(../img/tips_bg.png) no-repeat;
	background-position: right top;
	background-size: auto 100%;
	width: 1.43rem;
	font-size: 0.28rem;
	color: #ff6633;
	display: flex;
	align-items: center;
	padding-left: 0.16rem;
}
.tips1 img{
	margin-right: 0.1rem;
	width: 0.33rem;
}
.tips2{
	flex: 1;
	height: 100%;
}
.tips2 .swiper{
	height: 100%;
}
.tips2a{
	font-size: 0.26rem;
	color: #333333;
	line-height: 0.8rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.tips3{
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 0.3rem;
	padding-right: 0.16rem;
	line-height: 1;
}
.tips3 a{
	font-size: 0.24rem;
	color: #0066cc;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.05rem 0.05rem;
	border: 1px solid #5a9cde;
	border-radius: 0.1rem;
	box-sizing: border-box;
}
.butt{
	margin-top: 0.53rem;
	font-size: 0;
	position: relative;
	padding: 0 0.26rem;
}
.butt1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.butt2{
	font-size: 0;
	text-align: center;
}
.butt2 img{
	width: 1.02rem;
}
.butt3{
	margin-top: 0.1rem;
	font-size: 0.4rem;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.butt4{
	margin-top: 0.2rem;
	text-align: center;
}
.butt4 span{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 0.3rem;
	color: #009966;
	border: 1px solid #009966;
	width: 1.84rem;
	height: 0.68rem;
	background-color: #cae6dd;
	border-radius: 0.34rem;
}
.butt4 a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 0.3rem;
	color: #fff;
	border: 1px solid #ee964d;
	background-color: #ee964d;
	width: 1.84rem;
	height: 0.68rem;
	border-radius: 0.34rem;
}
.footer{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	border-radius: 0.25rem 0.25rem 0 0;
	box-shadow: 0 0 0.2rem #efefef;
	padding: 0 0.66rem;
	height: 1.08rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer1{
	height: 100%;
	border-bottom: 0.05rem solid #fff;
}
.footer1 a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 0.2rem;
	font-size: 0.24rem;
	color: #333333;
	text-align: center;
}
.footer1 a img{
	display: block;
	margin: 0 auto 0.1rem;;
	height: 0.4rem;
}
.f_icona{
	display: none !important;
}
.footer1.on{
	border-bottom: 0.05rem solid #f38121;
}
.footer1.on a{
	color: #f38121;
}
.footer1.on .f_icon{
	display: none;
}
.footer1.on .f_icona{
	display: block !important;
}
.header{
	background-color: #0066cc;
	padding: 0.2rem 0.25rem 0.56rem;
	position: relative;
}
.header img{
	width: 0.27rem;
}
.header span{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.28rem;
	color: #ffffff;
}
.title{
	font-size: 0.36rem;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	border-left: 0.06rem solid #0066cc;
	padding-left: 0.2rem;
}
.bmess{
	margin-top: 0.2rem;
	background-color: #ffffff;
	padding: 0.3rem 0.3rem 1px;
	border-radius: 0.2rem;
}
.bmess1{
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.bmess2{
	font-size: 0.24rem;
	color: #333333;
	font-weight: bold;
	margin-right: 0.4rem;
}
.bmess3{
	font-size: 0;
	position: relative;
}
.bmess3 img{
	width: 2.32rem;
	height: 1.42rem;
}
.bmess3 input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.bmess4{
	font-size: 0.24rem;
	color: #333333;
	font-weight: bold;
}
.bmess5{
	margin: 0.1rem 0 0.3rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}
.bmess5 span{
	width: 0.3rem;
	text-align: center;
	font-size: 0;
}
.bmess5 span img{
	width: 0.2rem;
	margin-right: 0.1rem;
}
.bmess5 input{
	flex: 1;
	height: 0.6rem;
	font-size: 0.24rem;
}
.bmess6{
	font-size: 0;
	position: relative;
}
.bmess6 img{
	width: 1.86rem;
	height: 1.55rem;
}
.bmess6 input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.bmess7{
	min-width: 2rem;
	font-size: 0.24rem;
	color: #333333;
	font-weight: bold;
	margin-right: 0.4rem;
}
.bmess8{
	margin-top: 0.36rem;
	text-align: center;
}
.bmess8 input{
	font-size: 0.3rem;
	color: #fff;
	background-color: #f38121;
	border-radius: 0.37rem;
	height: 0.74rem;
	width: 3.5rem;
	text-align: center;
	line-height: 0.74rem;
}
.login{
	margin-top: -2px;
	padding-bottom: 1rem;
}
.login1{
	font-size: 0;
	text-align: center;
}
.login2{
	margin-top: -2.04rem;
	padding: 0 0.54rem;
	position: relative;
}
.login3{
	background-color: #ffffff;
	padding: 0.4rem 0.36rem 0.6rem;
	border-radius: 0.3rem;
}
.login4{
	font-size: 0.4rem;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.75rem;
}
.login5{
	margin-top: 0.5rem;
	font-size: 0.28rem;
	color: #333333;
	font-weight: bold;
}
.login6{
	margin-top: 0.16rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}
.login7{
	width: 0.4rem;
	text-align: center;
	font-size: 0;
}
.login7 img{
	width: 0.2rem;
}
.login8{
	flex: 1;
}
.login8 input{
	height: 0.78rem;
	font-size: 0.28rem;
}
.mt70{
	margin-top: 0.7rem;
}
.login9{
	margin-top: 0.36rem;
	text-align: center;
}
.login9 a{
	display: inline-block;
	font-size: 0.24rem;
	color: #0066cc;
	background-color: #f4f8fd;
	border: 1px solid #c9dff4;
	border-radius: 0.37rem;
	height: 0.74rem;
	width: 3.5rem;
	text-align: center;
	line-height: 0.74rem;
}
.sjtj{
	background-color: #ffffff;
	margin-top: 0.2rem;
	border-radius: 0.16rem;
	padding: 0 0.24rem;
}
.sjtj1{
	height: 0.8rem;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sjtj1:last-child{
	border-bottom: 0;
}
.sjtj2{
	font-size: 0.24rem;
	color: #666666;
}
.sjtj3{
	font-size: 0.24rem;
	color: #ff6600;
}
.sjtj3 span{
	font-size: 0.34rem;
}
.sjtj4{
	font-size: 0.28rem;
	color: #333333;
}
.sjtj5{
	margin-bottom: 0.6rem;
	margin-top: 0.2rem;
	background-color: #fff;
	border-radius: 0.16rem;
	padding: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sjtj7{
	font-size: 0.38rem;
	color: #0066cc;
	text-align: center;
	font-weight: bold;
	text-align: center;
}
.sjtj8{
	font-size: 0.28rem;
	color: #666666;
	text-align: center;
}
.sjtj9{
	margin: 0.1rem auto 0;
	width: 0.3rem;
	border-radius: 2px;
	height: 0.06rem;
	background-color: #4c94db;
}
.mxtb{
	margin-top: 0.2rem;
	border-radius: 0.16rem;
	overflow: hidden;
	background-color: #fff;
}
.mxtb1 ul{
	display: flex;
	align-items: center;
	background-color: #448ed8;
}
.mxtb1 ul li{
	height: 0.7rem;
	padding: 0 0.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.24rem;
	color: #ffffff;
}
.mwidth{
	width: 1.16rem;
}
.mwidth1{
	width: 2.1rem;
}
.mwidth2{
	width: 1rem;
}
.mwidth3{
	width: 1.6rem;
}
.mwidth4{
	flex: 1;
}
.mxtb2 ul{
	display: flex;
	align-items: center;
}
.mxtb2 ul:nth-child(2n){
	background-color: #f9f9f9;
}
.mxtb2 ul li{
	height: 0.7rem;
	padding: 0 0.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.24rem;
	color: #333333;
}
.mxtb2 ul li span{
	color: #ff6600;
}
.my{
	padding: 0.1rem 0.25rem 1.6rem;
	background: url(../img/my_bg.png) #f6f6f6 no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
.my1{
	font-size: 0;
	text-align: center;
}
.my1 img{
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
}
.my2{
	margin-top: 0.2rem;
	text-align: center;
	font-size: 0.28rem;
	color: #ffffff;
}
.my2 img{
	width: 0.3rem;
}
.my3{
	margin-top: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.4rem;
}
.my4{
	display: flex;
	align-items: center;
}
.my4a{
	font-size: 0;
	margin-right: 0.16rem;
}
.my4a img{
	width: 0.62rem;
	height: 0.62rem;
}
.my4c{
	font-size: 0.38rem;
	color: #fff;
	font-weight: bold;
}
.my4d{
	margin-top: 0.05rem;
	font-size: 0.24rem;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.my4d img{
	margin-left: 0.1rem;
	width: 0.3rem;
}
.my4e{
	font-size: 0.38rem;
	color: #fff;
	font-weight: bold;
}
.morder{
	margin-top: 0.4rem;
	background-color: #ffffff;
	padding: 0.25rem;
	border-radius: 0.2rem;
}
.morder1{
	font-size: 0.34rem;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.2rem;
}
.morder2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.3rem;
}
.morder4{
	font-size: 0;
	text-align: center;
	position: relative;
}
.morder4 img{
	height: 0.6rem;
}
.morder4 span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.24rem;
	color: #ffffff;
	background-color: #1975d1;
	height: 0.3rem;
	line-height: 0.3rem;
	border-radius: 0.15rem;
	text-align: center;
	min-width: 0.15rem;
	padding: 0 3px;
}
.morder5{
	margin-top: 0.1rem;
	text-align: center;
	font-size: 0.26rem;
	color: #333333;
}
.too{
	margin-top: 0.25rem;
	border-radius: 0.2rem;
	padding: 0.1rem 0.16rem;
	background-color: #ffffff;
}
.too1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.74rem;
	border-bottom: 1px solid #e9e9e9;
}
.too1:last-child{
	border-bottom: 0;
}
.too1 a{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.too2{
	display: flex;
	align-items: center;
}
.too3{
	font-size: 0;
	text-align: center;
	width: 0.54rem;
}
.too3 img{
	width: 0.3rem;
}
.too4{
	font-size: 0.26rem;
	color: #333333;
}
.too5{
	display: flex;
	align-items: center;
}
.too6{
	font-size: 0.24rem;
	color: #ff6600;
	font-weight: bold;
}
.too7{
	width: 0.4rem;
	text-align: center;
	font-size: 0;
}
.too7 img{
	width: 0.12rem;
	margin-left: 0.1rem;
}
.edit{
	background-color: #fff;
	padding: 0.2rem 0.2rem 0.1rem;
	border-radius: 0.16rem;
	margin-bottom: 0.3rem;
}
.edit1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.1rem 0;
	border-bottom: 1px solid #ebebeb;
}
.edit2{
	font-size: 0.24rem;
	color: #666666;
	margin-right: 0.2rem;
	display: flex;
	align-items: center;
}
.edit2 img{
	width: 0.3rem;
	margin-right: 0.1rem;
}
.edit3{
	font-size: 0;
	position: relative;
}
.edit3 img{
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}
.edit3a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.edit3a img{
	width: 0.26rem;
	height: 0.26rem;
}
.edit3a input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.edit4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
	height: 1.05rem;
}
.edit4:last-child{
	border-bottom: 0;
}
.edit1:last-child{
	border-bottom: 0;
}
.edit5{
	flex: 1;
	display: flex;
	height: 100%;
	align-items: center;
}
.edit5 input{
	flex: 1;
	text-align: right;
}
.edit5 img{
	width: 0.12rem;
	margin-left: 0.16rem;
}
.edit6{
	font-size: 0;
	position: relative;
	border: 1px solid #dfdfdf;
	padding: 0.1rem;
	border-radius: 0.1rem;
}
.edit6 img{
	width: 0.7rem;
	height: 0.7rem;
}
.edit6 input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.edit7{
	display: flex;
	align-items: center;
}
.edit7>img{
	width: 0.12rem;
	margin-left: 0.16rem;
}
.intro{
	font-size: 0;
	text-align: center;
	position: relative;
	z-index: 2;
}
.intro img{
	width: 2.51rem;
}
.intro span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 0.34rem;
	color: #ffffff;
	font-weight: bold;
}
.intro1{
	transform: translateY(-0.38rem);
	background-color: #ffffff;
	padding: 0.6rem 0.25rem 0.4rem;
	border-radius: 0.16rem;
}
.intro1{
	font-size: 0.26rem;
	color: #333333;
	line-height: 0.46rem;
}
.kefu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kefu1{
	width: calc((100% - 0.25rem)/2);
	background-color: #fff;
	padding: 0.48rem 0.3rem 0.4rem;
	border-radius: 0.16rem;
}
.kefu2{
	font-size: 0;
	text-align: center;
}
.kefu2 img{
	height: 0.47rem;
}
.kefu3{
	margin-top: 0.1rem;
	font-size: 0.24rem;
	color: #999999;
	text-align: center;
}
.kefu4{
	font-size: 0.28rem;
	color: #333333;
	text-align: center;
}
.order{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order a{
	font-size: 0.26rem;
	color: #333333;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	line-height: 0.56rem;
}
.order a.on{
	color: #0066cc;
	padding: 0 0.16rem;
	border-bottom: 2px solid #0066cc;
}
.order1 ul li{
	list-style-type: none;
	margin-top: 0.3rem;
	padding: 0.25rem;
	border-radius: 0.16rem;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order2{
	font-size: 0;
	margin-right: 0.16rem;
}
.order2 img{
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.2rem;
}
.order3{
	flex: 1;
}
.order4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.28rem;
	color: #333333;
	font-weight: bold;
	box-sizing: border-box;
}
.order4 code{
	flex: 1;
	font-family: inherit;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.order4a{
	margin-left: 0.2rem;
	font-size: 0.24rem;
	color: #ff6600;
	padding: 3px;
	font-weight: normal;
	background-color: #fffcfa;
	border: 1px solid #ffeadb;
	border-radius: 3px;
}
.order4b{
	margin-left: 0.2rem;
	font-size: 0.24rem;
	color: #cc0000;
	padding: 3px;
	font-weight: normal;
	background-color: #fefafa;
	border: 1px solid #f8dbdb;
	border-radius: 3px;
	box-sizing: border-box;
}
.order4c{
	margin-left: 0.2rem;
	font-size: 0.24rem;
	color: #009966;
	padding: 3px;
	font-weight: normal;
	background-color: #fafdfc;
	border: 1px solid #dbf1ea;
	border-radius: 3px;
}
.order5{
	margin-top: 0.1rem;
	font-size: 0.24rem;
	color: #666666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.order6{
	margin-top: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order7{
	font-size: 0.24rem;
	color: #ff6600;
}
.order7 span{
	font-size: 0.3rem;
}
.order8a{
	font-size: 0.24rem;
	color: #0066cc;
	font-weight: bold;
	height: 0.48rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.12rem;
	border: 1px solid #0368cd;
	border-radius: 0.24rem;
}
.order8b{
	margin-left: 0.16rem;
	font-size: 0.24rem;
	color: #ffffff;
	font-weight: bold;
	height: 0.48rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.24rem;
	border: 1px solid #0368cd;
	background-color: #0368cd;
	border-radius: 0.24rem;
}
.order8c{
	margin-left: 0.1rem;
	font-size: 0.24rem;
	color: #ffffff;
	font-weight: bold;
	height: 0.48rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.6rem;
	border: 1px solid #ff6600;
	background-color: #ff6600;
	border-radius: 0.24rem;
}
.pay_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}
.pay_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	background-color: #ffffff;
	padding: 0.3rem;
	border-radius: 0.12rem;
}
.pay_close{
	position: absolute;
	right: -0.22rem;
	top: -0.33rem;
}
.pay_close img{
	width: 0.28rem;
	height: 0.28rem;
}
.pay_tc2{
	font-size: 0.34rem;
	color: #333333;
	text-align: center;
}
.pay_tc3{
	margin-top: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pay_tc4{
	width: calc((100% - 0.3rem)/2);
	padding: 0.1rem;
	border: 1px solid #eeeeee;
	border-radius: 0.1rem;
}
.pay_tc5{
	font-size: 0;
	text-align: center;
}
.pay_tc6{
	margin-top: 0.1rem;
	font-size: 0.24rem;
	color: #999999;
	text-align: center;
}
.txrecord{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.txrecord a{
	width: 1.31rem;
	height: 0.6rem;
	border: 1px solid #cccccc;
	border-radius: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.21rem;
	font-size: 0.24rem;
	color: #333333;
	background-color: #fff;
}
.txrecord input{
	flex: 1;
	height: 0.6rem;
	border: 1px solid #cccccc;
}
.txrecord1 ul li{
	list-style-type: none;
	margin-top: 0.3rem;
	background-color: #fff;
	border-radius: 0.1rem;
	padding: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.txrecord2{
	font-size: 0;
	margin-right: 0.16rem;
}
.txrecord2 img{
	width: 0.7rem;
}
.txrecord3{
	flex: 1;
}
.txrecord4{
	font-size: 0.28rem;
	color: #333333;
}
.txrecord4 span{
	font-weight: bold;
}
.txrecord5{
	margin-top: 3px;
	font-size: 0.24rem;
	color: #999999;
}
.txrecord6{
	margin-left: 0.2rem;
	width: 1rem;
	height: 0.5rem;
	border-radius: 0.25rem;
	background-color: #33ad85;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	line-height: 0.5rem;
}
.withdraw{
	font-size: 24rpx;
	color: #333333;
}
.withdraw span{
	font-weight: bold;
}
.withdraw code{
	font-family: inherit;
	font-size: 0.38rem;
	font-weight: bold;
}
.withdraw1{
	margin-top: 0.4rem;
	background-color: #ffffff;
	padding: 0.5rem 0.6rem 0.9rem;
	border-radius: 0.2rem;
}
.withdraw2{
	font-size: 0.28rem;
	color: #333333;
	font-weight: bold;
}
.withdraw3{
	margin-top: 0.3rem;
	height: 0.8rem;
	border-radius: 0.4rem;
	padding: 0 0.3rem;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
}
.withdraw3 span{
	font-size: 0.4rem;
	color: #ff6600;
	margin-right: 0.2rem;
}
.withdraw3 input{
	flex: 1;
	font-size: 0.24rem;
	background-color: #f5f5f5;
	height: 100%;
}
.withdraw4{
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.withdraw5{
	font-size: 0.24rem;
	color: #999999;
}
.withdraw4 a{
	width: 1.3rem;
	height: 0.5rem;
	font-size: 0.24rem;
	color: #666666;
	border: 1px solid #d9d9d9;
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.withdraw6{
	margin-top: -0.35rem;
	text-align: center;
}
.withdraw6 input{
	font-size: 0.3rem;
	color: #fff;
	background-color: #f38121;
	border-radius: 0.37rem;
	height: 0.74rem;
	width: 3.5rem;
	text-align: center;
	line-height: 0.74rem;
}