html,
body {
	background: #f2f4f5;
	margin: 0;
	padding: 0;
}

div,
textarea,
input,
button,
ul,
li{
	box-sizing: border-box;
}

@media (min-width: 768px) {
	html {
		width: 400px;
		min-height: 100vh;
		margin: 0 auto;
		background: #FFF;
	}

	body {
		min-height: 100vh;
		background: #f2f4f5;
	}
}

.content {
	width: 100%;
	padding: .56rem .3rem 0;
}

.banner {
	width: 100%;
	height: 2.5rem;
	margin-bottom: .32rem;
}

.banner img {
	width: 100%;
	height: 2.5rem;
	object-fit: cover;
	border-radius: .24rem;
}

.info {
	width: 100%;
	background: #FFF;
	padding: .6rem .6rem 0;
	box-shadow: 0 0 .1rem rgba(124, 157, 253, .08);
	border-radius: .1rem;
}

.info-row {
	width: 100%;
	display: flex;
}

.info-title {
	font-size: .34rem;
	color: #225afc;
	font-weight: 600;
	text-align: center;
	margin-bottom: .62rem;
}

.info-input-title {
	font-size: .28rem;
	color: #15294e;
	font-weight: 600;
	margin-bottom: .32rem;
}

.info-input-title span {
	font-weight: 500;
	margin-left: .2rem;
}

.info-issue {
	width: 100%;
	height: 2.44rem;
	border: 2px solid #c2d2ff;
	border-radius: .10rem;
	margin-bottom: .28rem;
	padding: .20rem;
}

.info-phone {
	width: 4.56rem;
	height: .7rem;
	border: 1px solid #d8dde5;
	border-radius: .1rem;
	padding: 0 .20rem;
}

.info-submit {
	width: 3.5rem;
	height: .86rem;
	border-radius: .86rem;
	background: #225afc;
	color: #FFF;
	border: 0;
	margin: .42rem auto .3rem;
}

/* 提交记录 */
.record {
	width: 100%;
	background: #FFF;
	margin-top: .44rem;
	padding: .36rem .58rem;
	box-shadow:  0 0 .1rem rgba(124, 157, 253, .08);
	border-radius: .1rem;
	display: flex;
	align-items: center;
}
.record-title{
	font-size: .3rem;
	color: #15294e;
	font-weight: 600;
	margin-right: .54rem;
}
.record-list-scroll{
	flex: 1;
	height: 1.02rem;
	overflow: hidden;
}
.record-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.record-list li{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: .1rem;
}
.record-list li span{
	font-size: .26rem;
	color: #15294e;
}
.record-list li span.record-suss{
	color: #225AFC;
}
/* 律师 */
.lawyer-box{
	width: 100%;
	padding-top: .44rem;
	padding-bottom: .5rem;
	box-shadow:  0 0 .1rem rgba(124, 157, 253, .08);
	border-radius: .1rem;
	display: flex;
	align-items: center;
}
.lawyer-list{
	
	
	/*display: flex;
	justify-content: space-between;*/
	width:100%; 
}
.lawyer-item{
	width: 2.15rem;
	background: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: .38rem 0 .46rem;
	border-radius: .1rem;
}
.item-tx{
	width: .8rem;
	height: .8rem;
	border-radius: .6rem;
	margin-bottom: .3rem;
}
.item-name{
	font-size: .28rem;
	margin-bottom: .1rem;
}
.item-site{
	font-size: .28rem;
	margin-bottom: .15rem;
	color: #707c9c;
}
.item-tags{
	width: 100%;
	padding: 0 .2rem;
	display: flex;
	justify-content: space-between;
}
.item-more,
.item-tag{
	font-size: .26rem;
	border: 1px solid #bec6da;
	padding: 0 .1rem;
	height: .4rem;
	line-height: calc(.4rem - 2px);
	border-radius: .1rem;
	color: #32486f;
}
@media (max-width: 320px) {
	.item-more,
	.item-tag{
		font-size: .24rem;
		padding: 0 .05rem;
	}
}