/*index*/

.head-plate {
	/*min-height: 14rem;*/
	background: url(../img/bg/bg-index.png) no-repeat center center/cover;
}

.col-blue {
	color: #1180df;
}


/*head-title*/

.head-title {
	position: relative;
	height: 3.5rem;
	padding: 0.3rem 0.7rem;
}

.head-title .name {
	position: relative;
	font-size: 1.15rem;
	padding-bottom: 6px;
}

.head-title .name:before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 20px;
	background: #000;
	content: '';
}

.head-title .name-c {
	font-size: 0.6rem;
	padding-top: 6px;
}

.head-title .logo {
	position: absolute;
	right: 0.7rem;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	background: url(../img/icon/logo.png) no-repeat center center/42px 42px;
	height: 42px;
	width: 42px;
}

.head-title .mes-btn {
	position: absolute;
	right: 0.7rem;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	background: #1180df;
	color: #fff;
	font-size: 0.75rem;
	border-radius: 15px;
	/*background: url(../img/icon/logo.png) no-repeat center center/42px 42px;*/
	/*height: 42px;*/
	/*width: 42px;*/
}

.head-title .mes-btn a {
	padding: 6px 12px;
}


/*banner*/

.banner .swiper-container {
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 2.25rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
}

.banner .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 95%;
}

.banner .swiper-slide img {
	width: 100%;
}


/*body-plate*/

.body-plate {
	position: relative;
}

.body-nav-index {
	position: absolute;
	left: 50%;
	top: -0.75rem;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	height: 1.5rem;
	width: 75%;
	background: #fff;
	box-shadow: 0 0 10px 4px rgba(17, 128, 223, 0.2);
	border-radius: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	color: #304f6e;
	z-index: 9999;
}

.body-nav-index .item {
	flex: 1;
	-webkit-flex: 1;
	text-align: center;
	font-size: 0.65rem;
}

.body-nav-index .item.active {
	color: #fff;
}

.body-nav-index .item-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background: url(../img/icon/swiper-btn.png) no-repeat center center/100% 100%;
	z-index: -1;
	transition: all 0.25s;
}

.body-nav-index .item-bg.active2 {
	left: 50%;
}

.body-nav-index .item-bg-4 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 25%;
	background: url(../img/icon/swiper-btn.png) no-repeat center center/100% 100%;
	z-index: -1;
	transition: all 0.5s;
    border-radius: 15px;
}

.body-mes {
	position: relative;
	overflow: scroll;
	height: 100%;
	padding-top: 1rem;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	padding-bottom: 0.6rem;
}

.body-mes .item-p-w {
	height: 6.5rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.body-mes .item-p-w a {
	padding: 0.75rem;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.body-mes .item-p-w .pic {
	flex: none;
	-webkit-flex: none;
	height: 100%;
	width: 6.75rem;
	margin-right: 10px;
}

.body-mes .item-p-w .pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.body-mes .item-p-w .word {
	flex: 1;
	-webkit-flex: 1;
	width: 1%;
	height: 100%;
}

.body-mes .item-p-w .word .word-mes {
	font-size: 0.7rem;
	height: 4rem;
	line-height: 1.45;
}

.body-mes .item-p-w .word .time {
	height: 1rem;
	line-height: 1rem;
	color: #666666;
	font-size: 0.6rem;
	text-align: right;
}

.body-mes .item-p-w .word .time span {
	display: inline-block;
}

.body-mes .item-p-w .word .time span img {
	display: inline-block;
	vertical-align: middle;
	height: 0.7rem;
	width: 0.7rem;
	margin: 5px;
}


/*new-media*/

.media .body-nav-index {
	width: 85%;
}

.media .body-nav-index .item {
	font-size: 0.65rem;
}

.media .body-nav-index.nav-p-v .item {
	font-size: 0.65rem;
}

.media-nav {
	height: 5.75rem;
	padding-top: 0.5rem;
	padding-bottom: 2.25rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.media-nav .item {
	flex: 1;
	-webkit-flex: 1;
	height: 3rem;
	max-width: 3rem;
	background: #fff;
	border-radius: 10px;
	font-size: 0.55rem;
	color: #1180df;
	text-align: center;
}

.media-nav .item a {
	padding-top: 1.3rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.media-nav .item.item01 {
	background: #fff url(../img/media/media01.png) no-repeat center 0.2rem/25px 25px;
}

.media-nav .item.item01.active {
	background: #fff url(../img/media/media01s.png) no-repeat center 0.2rem/25px 25px;
}

.media-nav .item.item02 {
	background: #fff url(../img/media/media02.png) no-repeat center 0.2rem/25px 25px;
}

.media-nav .item.item02.active {
	background: #fff url(../img/media/media02s.png) no-repeat center 0.2rem/25px 25px;
}

.media-nav .item.item03 {
	background: #fff url(../img/media/media03.png) no-repeat center 0.2rem/25px 25px;
}

.media-nav .item.item03.active {
	background: #fff url(../img/media/media03s.png) no-repeat center 0.2rem/25px 25px;
}

.media-nav .item.item04 {
	background: #fff url(../img/media/media04.png) no-repeat center 0.2rem/25px 25px;
}

.media-nav .item.item04.active {
	background: #fff url(../img/media/media04s.png) no-repeat center 0.2rem/25px 25px;
}

.media-nav .item.item05 {
	background: #fff url(../img/media/media05.png) no-repeat center 0.2rem/25px 25px;
}

.media-nav .item.item05.active {
	background: #fff url(../img/media/media05s.png) no-repeat center 0.2rem/25px 25px;
}

@media only screen and (min-width: 100px) and (max-width: 350px) {
	.media-nav {
		height: 5.5rem;
	}
	.media-nav .item {
		height: 2.8rem;
		max-width: 2.8rem;
	}
}


/*执法普法*/

.law-menu-list {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.law-menu-list .item-menu {
	flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	margin-bottom: 15px;
}

@media only screen and (min-width: 100px) and (max-width: 330px) {
	.law-menu-list .item-menu {
		flex: 0 0 33%;
		-webkit-flex: 0 0 33%;
		margin-bottom: 15px;
	}
}

.menu-inner {
	height: 5rem;
	width: 4rem;
	margin: auto;
	background: url(../img/icon/law-menu.png) no-repeat center center/cover;
	font-size: 0.6rem;
	text-align: center;
	box-shadow: 0 0 10px 4px rgba(17, 128, 223, 0.2);
	border-radius: 5px;
}

.menu-inner a {
	padding: 9px;
}

.menu-word {
	position: relative;
	left: -1px;
	height: 2rem;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}


/*video-list*/

.media-p-v {
	padding-left: 0rem;
	padding-right: 0rem;
}

.item-p-v {
	height: 13rem;
	background: #fff;
	margin-bottom: 0.75rem;
}

.item-p-v a {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	padding-top: 0.6rem;
}

.item-p-v .pic {
	position: relative;
	height: 9.5rem;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.item-p-v .pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.body-mes .item-p-v .tit {
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.75rem;
}

.body-mes .item-p-v .time {
	height: 1rem;
	line-height: 1rem;
	color: #666666;
	font-size: 0.6rem;
	text-align: right;
}

.body-mes .item-p-v .time span {
	display: inline-block;
}

.body-mes .item-p-v .time span img {
	display: inline-block;
	vertical-align: middle;
	height: 0.7rem;
	width: 0.7rem;
	margin: 5px;
}

.video-btn {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4) url(../img/icon/video-btn.png) no-repeat center center/45px 45px;
}


/*Judicial examination*/

.head-plate-fk {
	padding-bottom: 0.6rem;
}

.head-plate-fk .head-body .head-pic {
	width: 100%;
}

.head-plate-fk .head-body .head-pic img {
	width: calc(100% - 1.5rem);
	margin: auto;
}


/*Legal Service*/

.body-nav-legal {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	position: absolute;
	top: -2.25rem;
	width: 100%;
}

.body-nav-legal .item {
	position: relative;
	height: 4.5rem;
	width: 4.5rem;
	margin: 0 10px;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	z-index: 999;
	text-align: center;
}

.body-nav-legal .item.item01 {
	background: rgba(255, 255, 255, 0.3) url(../img/legal/pic01.png) no-repeat center 0.3rem/1.6rem 1.6rem;
}

.body-nav-legal .item.item02 {
	background: rgba(255, 255, 255, 0.3) url(../img/legal/pic02.png) no-repeat center 0.3rem/1.6rem 1.6rem;
}

.body-nav-legal .item a {
	padding-top: 2.35rem;
}

.body-nav-legal .item .name {
	font-size: 0.8rem;
	color: #1180df;
	margin-bottom: 2px;
}

.body-nav-legal .item .name-c {
	font-size: 0.5rem;
	color: #666666;
}

.legal-swiper {
	height: 100%;
	width: 100%;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1) inset;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.legal-swiper .swiper-container {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.legal-swiper .swiper-slide {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	max-height: 6.75rem;
	max-width: 5rem;
	margin: 0 5px;
	color: #fff;
}

.legal-swiper .swiper-slide a {
	background: -webkit-linear-gradient(#51b7f9, #1281e0);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#51b7f9, #1281e0);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#51b7f9, #1281e0);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#51b7f9, #1281e0);
	/* 标准的语法 */
	/*height: 6rem;
				width: 4rem;*/
	height: 6.75rem;
	width: 5rem;
	border-radius: 5px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

@media only screen and (min-width: 100px) and (max-width: 350px) {
	.legal-swiper .swiper-slide {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		max-height: 5.5rem;
		max-width: 4rem;
		margin: 0 5px;
		color: #fff;
	}
	.legal-swiper .swiper-slide a {
		background: -webkit-linear-gradient(#51b7f9, #1281e0);
		/* Safari 5.1 - 6.0 */
		background: -o-linear-gradient(#51b7f9, #1281e0);
		/* Opera 11.1 - 12.0 */
		background: -moz-linear-gradient(#51b7f9, #1281e0);
		/* Firefox 3.6 - 15 */
		background: linear-gradient(#51b7f9, #1281e0);
		/* 标准的语法 */
		/*height: 6rem;
					width: 4rem;*/
		height: 5.25rem;
		width: 4rem;
	}
}

.legal-swiper .swiper-slide .legal-pic {
	height: 40px;
	width: 40px;
	background: url(../img/legal/pic03.png) no-repeat center center/40px 40px;
}

.legal-swiper .swiper-slide .legal-pic.legal-pic01 {
	background: url(../img/legal/pic03.png) no-repeat center center/40px 40px;
}

.legal-swiper .swiper-slide .legal-pic.legal-pic02 {
	background: url(../img/legal/pic04.png) no-repeat center center/40px 40px;
}

.legal-swiper .swiper-slide .legal-pic.legal-pic03 {
	background: url(../img/legal/pic05.png) no-repeat center center/40px 40px;
}

.legal-swiper .swiper-slide .legal-pic.legal-pic04 {
	background: url(../img/legal/pic06.png) no-repeat center center/40px 40px;
}

.legal-swiper .swiper-slide .legal-pic.legal-pic05 {
	background: url(../img/legal/pic07.png) no-repeat center center/40px 40px;
}

.legal-swiper .swiper-slide .name {
	font-size: 0.75rem;
	margin: 7px 0;
}

.legal-swiper .swiper-slide .name-c {
	font-size: 0.6rem;
}

@media only screen and (min-width: 100px) and (max-width: 350px) {
	.legal-swiper .swiper-slide .name {
		font-size: 0.65rem;
	}
	.legal-swiper .swiper-slide .name-c {
		font-size: 0.45rem;
	}
}


/*law firm*/

.law-mes-list {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.law-mes-list .law-item {
	border-radius: 5px;
	box-shadow: 2px 2px 7px 4px rgba(17, 128, 223, 0.2);
	margin-bottom: 0.8rem;
}

.law-mes-list .law-item:last-of-type {
	margin-bottom: 0;
}

.law-mes-list .law-item .item-up {
	position: relative;
	padding-top: 0.6rem;
	padding-left: 0.6rem;
	padding-right: 3rem;
}

.law-mes-list .law-item .item-up .tit {
	font-size: 0.75rem;
	line-height: 1.6;
}

.law-mes-list .law-item .item-up .item-up-i {
	padding-left: 1.5rem;
	font-size: 0.6rem;
	margin: 7px 0;
	line-height: 1.6;
}

.law-mes-list .law-item .item-down {
	position: relative;
	padding-top: 0.2rem;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	padding-bottom: 0.4rem;
	min-height: 0.6rem;
	background: #1180de;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.law-mes-list .law-item .item-down .item-dowm-i {
	padding-left: 1.5rem;
	font-size: 0.6rem;
	line-height: 1.8;
	color: #fff;
}

.law-mes-list .law-item .item-down .item-dowm-i {
	background: url(../img/icon/icon07.png) no-repeat left top/20px 20px;
}

.law-mes-list .law-item .item-up .item-up-i.icon01 {
	background: url(../img/icon/icon01.png) no-repeat left top/20px 20px;
}

.law-mes-list .law-item .item-up .item-up-i.icon02 {
	background: url(../img/icon/icon02.png) no-repeat left top/20px 20px;
}

.law-mes-list .law-item .item-up .item-up-i.icon03 {
	background: url(../img/icon/icon03.png) no-repeat left top/20px 20px;
}

.law-mes-list .law-item .item-up .item-up-i.icon04 {
	background: url(../img/icon/icon04.png) no-repeat left top/20px 20px;
}

.law-mes-list .law-item .item-up .item-up-i.icon05 {
	background: url(../img/icon/icon05.png) no-repeat left top/20px 20px;
}

.law-mes-list .law-item .item-up .item-up-i.icon06 {
	background: url(../img/icon/icon06.png) no-repeat left top/20px 20px;
}

.law-mes-list .law-item .item-up .item-up-i.icon07 {
	background: url(../img/icon/icon07.png) no-repeat left top/20px 20px;
}

.phone-btn {
	position: absolute;
	right: 0.8rem;
	top: 0.6rem;
	height: 1.25rem;
	width: 1.25rem;
	background: url(../img/icon/icon09.png) no-repeat center center/25px 25px;
}

.dress-btn {
	position: absolute;
	right: 0.8rem;
	top: 2.4rem;
	height: 1.25rem;
	width: 1.25rem;
	background: url(../img/icon/icon08.png) no-repeat center center/25px 25px;
}

.law-mes-list .law-item .item-seg {
	height: 1rem;
	width: 100%;
	background: url(../img/icon/segmentation.png) no-repeat left center;
	background-size: 100% 100%;
}

.the-list-seg {
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #1180df;
	font-size: 0.65rem;
	margin-bottom: 0.6rem;
}


/*information-list*/

.information-list {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	padding-top: 0.6rem;
}

.information-list .item-information {
	position: relative;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.75rem;
	box-shadow: 2px 2px 6px 2px rgba(17, 128, 223, 0.2);
	border-radius: 5px;
	margin-bottom: 10px;
}

.information-list .item-information:before {
	/*position: absolute;*/
	/*left: 0.4rem;*/
	/*top: 50%;*/
	/*transform: translate(0, -50%);*/
	/*-webkit-transform: translate(0, -50%);*/
	/*height: 0.7rem;*/
	/*width: 0.7rem;*/
	/*background: #1180df;*/
	/*border-radius: 50%;*/
	/*content: '';*/
}

.information-list .item-information:after {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	height: 50px;
	width: 39px;
	/*background: url(../img/icon/btn-right.png) no-repeat center center/25px 20px;*/
	content: '';
}

.information-list .item-information a {
	position: relative;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	z-index: 999;
}


/*Legal aid*/

.item-btn-down {
	height: 1rem;
	line-height: 1rem;
	color: #fff;
	font-size: 0.6rem;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 5px;
}

.item-btn-down span {
	padding-left: 1rem;
	display: inline-block;
	background: url(../img/icon/arr-down.png) no-repeat left center/13px 13px;
}

.item-btn-down span.active {
	background: url(../img/icon/arr-down-s.png) no-repeat left center/13px 13px;
}

.item-btn-down span img {
	display: inline-block;
	vertical-align: middle;
	height: 0.7rem;
	width: 0.7rem;
	margin: 5px;
}


/*two-code*/

.code {
	width: 25%;
	margin: auto;
}

.code img {
	width: 100%;
}


/*详情*/

.detail {
	/*background: #f2f2f2;*/
	padding: 0.5rem;
}

.detail-head {
	border-bottom: 1px dashed #999999;
	padding-bottom: 7px;
}

.detail-head .tit {
	font-weight: bold;
	font-size: 0.9rem;
	line-height: 1.8;
}

.detail-head .time {
	position: relative;
	font-size: 0.6rem;
	color: #999999;
	line-height: 1.4;
	padding-top: 7px;
}

.detail-body {
	padding: 0.6rem 0;
}

.detail-body .screen {
	height: 11rem;
}

.detail-body img {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
}

.detail-body p {
	font-size: 0.75rem;
	color: #666666;
	line-height: 2.1;
}


/*Attorney consultation*/

.item-lawer {
	position: relative;
	padding-top: 1.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	margin-bottom: 1.5rem;
}

.item-lawer .head-pic {
	position: absolute;
	left: 50%;
	top: 0.2rem;
	height: 3rem;
	width: 3rem;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 999;
}

.item-lawer .head-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.item-lawer .lawer-up {
	position: relative;
	box-shadow: 1px 1px 8px 2px rgba(17, 128, 223, 0.2);
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	padding-top: 0.6rem;
	padding-bottom: 0.3rem;
	border-radius: 5px;
	z-index: 998;
}

.item-lawer .lawer-up .the-phone {
	position: absolute;
	right: 2.2rem;
	top: 0.5rem;
	background: url(../img/icon/icon09.png) no-repeat center center/25px 25px;
	height: 30px;
	width: 30px;
}

.item-lawer .lawer-up .the-mes {
	position: absolute;
	right: 0.4rem;
	top: 0.5rem;
	background: url(../img/icon/icon10.png) no-repeat center center/25px 25px;
	height: 30px;
	width: 30px;
}

.item-lawer .lawer-up .name {
	font-size: 0.9rem;
	margin-bottom: 0.6rem;
}

.item-lawer .item-ever {
	font-size: 0.6rem;
	margin: 5px 0;
	padding-left: 1.5rem;
}

.item-lawer .item-ever.item01 {
	background: url(../img/icon/icon01.png) no-repeat left top/20px 20px;
}

.item-lawer .item-ever.item02 {
	background: url(../img/icon/icon06.png) no-repeat left top/20px 20px;
}

.item-lawer .item-ever.item03 {
	background: url(../img/icon/icon04.png) no-repeat left top/20px 20px;
}

.item-lawer .item-ever.item04 {
	background: url(../img/icon/icon05.png) no-repeat left top/20px 20px;
}

.item-lawer .lawer-down {
	position: relative;
	box-shadow: 1px 1px 8px 2px rgba(17, 128, 223, 0.2);
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	padding-left: 0.3rem;
	padding-right: 0.6rem;
	padding-top: 0.6rem;
	padding-bottom: 0.3rem;
	border-radius: 5px;
	background: #f2f7fb;
	color: #1180df;
	line-height: 1.6;
}

.item-lawer .lawer-down .lawer-down-inner {
	height: 1.3rem;
	overflow: hidden;
}

.item-lawer .lawer-down .lawer-down-inner.active {
	height: auto;
}


/*chat*/

.chat-body {
	padding: 0.6rem;
	overflow: scroll;
}

.chat-body a {
	color: #1f51aa;
}

.chat-body .tips {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	font-size: 0.55rem;
	padding: 0.2rem 0.4rem;
	line-height: 21px;
	color: #fff;
}

.chat-body .tips .cel {
	margin-left: 10px;
	color: #006dd3;
	text-decoration: underline;
}

.chat-body .left,
.chat-body .right {
	display: flex;
	display: -webkit-flex;
	margin: 10px 0;
}

.chat-body .left .head-pic,
.chat-body .right .head-pic {
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	height: 2.4rem;
	width: 2.4rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.chat-body .left .head-pic img,
.chat-body .right .head-pic img {
	height: 90%;
	width: 90%;
	object-fit: cover;
	border-radius: 50%;
}

.chat-body .left .chat-mes {
	margin-right: 2.8rem;
	margin-left: 0.5rem;
}

.chat-body .chat-mes span {
	display: inline-block;
	border-radius: 8px;
	background: #fff;
	padding: 0.6rem;
	word-break: break-all;
	box-shadow: 1px 1px 3px 3px rgba(31, 81, 170, 0.1);
	line-height: 1.6;
}

.chat-body .right .chat-mes span {
	background: #c8dbfd;
}

.chat-body .chat-mes span img {
	display: inline-block;
	vertical-align: middle;
}

.chat-body .right .chat-mes {
	margin-right: 0.5rem;
	margin-left: 2rem;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.chat-body .chat-mes {
	flex: 1;
	-webkit-flex: 1;
	font-size: 0.7rem;
}

.time-show {
	height: 1.5rem;
	line-height: 1.5rem;
	color: #999;
	text-align: center;
	font-size: 0.5rem;
}

.chat-bot {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.5rem;
	/*padding: 0 0.6rem;*/
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	background: #fff;
}

.chat-bot .inp {
	flex: 1;
	-webkit-flex: 1;
	height: 1.75rem;
	line-height: 1.75rem;
	background: #efefef;
	border-radius: 5px;
}

.chat-bot .inp input {
	height: 100%;
	width: 100%;
	padding: 0 0.6rem;
}

.chat-bot .push {
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	width: 2.5rem;
	height: 100%;
	text-align: center;
	line-height: 1.75rem;
	color: #fff;
	background: #00b4ff;
	font-size: 0.7rem;
	background: url(../img/icon/enter.png) no-repeat center center/cover;
	margin-left: 15px;
}

.chat-bot .face {
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	width: 2rem;
	height: 100%;
	background: url(../img/icon/face.png) no-repeat center center/30px 30px;
}

.chat-bot .mypic {
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	width: 2rem;
	height: 100%;
	background: url(../img/icon/mypic.png) no-repeat center center/30px 30px;
}

.chat-bot .mypic input {
	display: inline-block;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.chat-body .chat-mes span img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.screen {
	height: 11rem;
}

.big-code,
.big-pic {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	display: none;
	z-index: 9999;
}

.big-code .inner-pic,
.big-pic .inner-pic {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.big-pic .inner-pic {
	overflow: scroll;
}

.big-code .inner-pic img,
.big-pic .inner-pic img {
	width: 100%;
	/*max-height: 100%;*/
	/*object-fit: contain;*/
}

.item-active {
	height: 5.5rem;
	position: relative;
	box-shadow: 2px 2px 10px 2px rgba(17, 128, 223, 0.2);
	background: #fff;
	border-radius: 6px;
	margin-bottom: 10px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.item-active:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	content: '';
	background: url(../img/icon/line.png) no-repeat center center/100% 100%;
}

.item-active .name {
	font-size: 0.9rem;
	color: #1180df;
	max-width: 90%;
}

.item-active .time {
	font-size: 0.6rem;
	color: #666666;
	margin: 8px 0;
}

.item-active .btn {
	background: #1180df;
	font-size: 0.6rem;
	color: #fff;
	padding: 0.3rem 0.5rem;
	border-radius: 5px;
	margin-top: 15px;
}

/*谁普法，谁执法*/
.kt{
	background: url(../img/bg.jpg) no-repeat center center/cover;
}
.kt-head-out{
	text-align: center;
	height: 3rem;
	padding-top: 0.5rem;
}
.kt-head{
	text-align: center;
	position: relative;
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	color: #fff;
	background: #63acff;
	border-radius: 30px;
	padding-left: 4.5rem;
	padding-right: 4.5rem;
}
.kt-head .kt-line{
	position: absolute;
	top: 50%;
	width: 1.5rem;
	height: 2px;
	background: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.kt-head .kt-line.kt-line-left{
	left: 1rem;
}
.kt-head .kt-line.kt-line-right{
	right: 1rem;
}
.kt-head .kt-dian{
	position: absolute;
	top: 50%;
	height: 8px;
	width: 8px;
	background: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 50%;
}
.kt-head .kt-dian.kt-dian-left{
	left: 3.5rem;
}
.kt-head .kt-dian.kt-dian-right{
	right: 3.5rem;
}

.kt-body{
	padding: 10px 40px;

}
.kt-body .item{
	padding-left: 35px;
	background: url(../img/kt.png) no-repeat 10px 6px/14px 14px;
	font-size: 0.7rem;
	line-height: 1.8;
	margin: 15px 0;
	color: #1e6fb6;
}
.kt-body .item:first-of-type{
	margin-top: 0;
}

/*公证案例*/
.exam-list .body-mes{
	padding-top: 0;
	padding-bottom: 0;
}
.exam-list .body-mes .item-p-w{
	height: auto;
	max-height: 4.5rem;
}
.exam-list .body-mes .item-p-w .word .word-mes{
	font-size: 0.7rem;
	height: auto;
	max-height: 2rem;
	line-height: 1.45;
}
.exam-list .body-mes .item-p-w .word .time{
	margin-top: 0.3rem;
}

/*个人中心删除对话列表*/
/*滑动删除效果*/

.mui-table-view {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	background-color: #fff;
	font-size: 17px;
	line-height: 21px;
}

/*.mui-table-view:before {
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
    top: -1px;
}*/

.mui-table-view-cell {
	position: relative;
	overflow: hidden;
	/*padding: 0 15px;*/
	/*height: 3.5rem;*/
	box-sizing: border-box;
	-webkit-touch-callout: none;
}

.mui-ios .mui-table-view-cell {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.mui-table-view-cell>.mui-slider-right {
	right: 0;
	-webkit-transition: -webkit-transform 0ms ease;
	transition: transform 0ms ease;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.mui-table-view-cell>.mui-slider-right {
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 3rem;
	margin-top: 0.6rem;

}

.mui-table-view-cell>.mui-slider-right>.mui-btn {
	position: relative;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding: 0 20px;
	margin-right: 0.6rem;
	color: #fff;
	border: 0;
	border-radius: 5px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-shadow: 2px 2px 6px 2px rgba(17, 128, 223, 0.2);
}

.mui-table-view-cell>.mui-slider-left>.mui-btn:after {
	position: absolute;
	z-index: -1;
	top: 0;
	width: 600%;
	height: 100%;
	content: '';
	background: inherit;
}

.mui-table-view-cell>.mui-slider-handle,
{
	-webkit-transition: -webkit-transform 0ms ease;
	transition: transform 0ms ease;
}

.mui-table-view-cell>.mui-slider-handle {
	position: relative;
	background-color: #fff;
}

/*.mui-table-view-cell:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 15px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}*/

.mui-btn-danger,
.mui-btn-negative,
.mui-btn-red {
	color: #fff;
	border: 1px solid #ee3f27;
	background-color: #ee3f27;
}

.mui-popup-backdrop {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	opacity: 0;
	background: rgba(0, 0, 0, .4)
}

.mui-popup-backdrop.mui-active {
	opacity: 1
}

.mui-popup {
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	display: none;
	overflow: hidden;
	width: 250px;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1.185);
	transform: translate3d(-50%, -50%, 0) scale(1.185);
	text-align: center;
	opacity: 0;
	color: #000;
	border-radius: 5px
}

.mui-popup.mui-popup-in {
	display: block;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
	opacity: 1
}

.mui-popup.mui-popup-out {
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
	opacity: 0
}

.mui-popup-inner {
	position: relative;
	padding: 15px;
	border-radius: 5px 5px 0 0;
	background: rgba(255, 255, 255, .95)
}

.mui-popup-inner:after {
	position: absolute;
	z-index: 15;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	background-color: rgba(0, 0, 0, .2)
}

.mui-popup-title {
	font-size: 18px;
	font-weight: 500;
	text-align: center
}

.mui-popup-title+.mui-popup-text {
	font-family: inherit;
	font-size: 16px;
	margin: 5px 0 0
}

.mui-popup-buttons {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 44px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.mui-popup-button {
	font-size: 17px;
	line-height: 44px;
	position: relative;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 0 5px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
	background: rgba(255, 255, 255, .95);
	-webkit-box-flex: 1
}

.mui-popup-button:after {
	position: absolute;
	z-index: 15;
	top: 50%;
	right: 0;
	bottom: auto;
	left: auto;
	display: block;
	width: 1px;
	height: 50%;
	content: '';
	-webkit-transform: translate(0, -50%) scaleX(.5);
	transform: translate(0, -50%) scaleX(.5);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	background-color: rgba(0, 0, 0, .2)
}

.mui-popup-button:first-child {
	border-radius: 0 0 0 5px;
	color: #fe7098;
}

.mui-popup-button:first-child:last-child {
	border-radius: 0 0 5px 5px
}

.mui-popup-button:last-child {
	border-radius: 0 0 5px
}

.mui-popup-button:last-child:after {
	display: none
}

.mui-popup-button.mui-popup-button-bold {
	font-weight: 600
}

.mui-popup-input input {
	font-size: 14px;
	width: 100%;
	height: 26px;
	margin: 15px 0 0;
	padding: 0 5px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 0;
	background: #fff
}

.mui-plus.mui-android .mui-popup-backdrop {
	-webkit-transition-duration: 1ms;
	transition-duration: 1ms
}

.mui-plus.mui-android .mui-popup {
	-webkit-transition-duration: 1ms;
	transition-duration: 1ms;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1)
}

.mui-progressbar {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 2px;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	vertical-align: middle;
	border-radius: 2px;
	background: #b6b6b6;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.mui-progressbar span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 150ms;
	transition: 150ms;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	background: #007aff
}

.mui-progressbar.mui-progressbar-infinite:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-animation: mui-progressbar-infinite 1s linear infinite;
	animation: mui-progressbar-infinite 1s linear infinite;
	background: #007aff
}

body>.mui-progressbar {
	position: absolute;
	z-index: 10000;
	top: 44px;
	left: 0;
	border-radius: 0
}

.mui-progressbar-in {
	-webkit-animation: mui-progressbar-in 300ms forwards;
	animation: mui-progressbar-in 300ms forwards
}

.mui-progressbar-out {
	-webkit-animation: mui-progressbar-out 300ms forwards;
	animation: mui-progressbar-out 300ms forwards
}

/*information-list*/

.per-re-list {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	padding-top: 0.6rem;
}

.per-re-list .item-per-re {
	position: relative;
	height: 3rem;
	/*line-height: 3rem;*/
	font-size: 0.75rem;
	box-shadow: 2px 2px 6px 2px rgba(17, 128, 223, 0.2);
	border-radius: 5px;
	margin-bottom: 10px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

/*.per-re-list .item-per-re:before {
    position: absolute;
    left: 0.4rem;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    height: 0.7rem;
    width: 0.7rem;
    background: #1180df;
    border-radius: 50%;
    content: '';
}*/

/*.per-re-list .item-per-re:after {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    height: 50px;
    width: 39px;
    background: url(img/icon/btn-right.png) no-repeat center center/25px 20px;
    content: '';
}*/

.per-re-list .item-per-re a {
	position: relative;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	z-index: 999;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.per-re-list .item-per-re .pic {
	flex: none;
	-webkit-flex: none;
	height: 2.5rem;
	width: 2.5rem;
	margin-right: 15px;
}
.per-re-list .item-per-re .pic img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.per-re-list .item-per-re .word{
	flex: 1;
	-webkit-flex: 1;
	width: 1%;
}
.per-re-list .item-per-re .word .name{
	width: 100%;
	font-size: 0.7rem;
	margin-bottom: 4px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.per-re-list .item-per-re .word .name .per-name{
	flex: 1;
	-webkit-flex: 1;
	width: 1%;
	margin-right: 10px;
}
.per-re-list .item-per-re .word .name .time{
	flex: none;
	-webkit-flex: none;
	color: #808080;
	font-size: 0.6rem;
}
.per-re-list .item-per-re .word .mes-word{
	width: 100%;
	font-size: 0.6rem;
	color: #666666;
	margin-bottom: 4px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.per-re-list .item-per-re .word .mes-word .mes-word-box{
	flex: 1;
	-webkit-flex: 1;
	width: 1%;
	margin-right: 10px;
}
.per-re-list .item-per-re .word .mes-word .re-tip{
	flex: none;
	-webkit-flex: none;
	background: #ee3f27;
	border-radius: 50%;
	height: 8px;
	width: 8px;
}

.copy{
	position: inherit;
	left:0;
	top:0;
	bottom: 0;
	right:0;
	/*background: #eee;*/
	z-index:0;
}
.copy-word{
	position: absolute;
	left:0;
	bottom: 2.5rem;
	width:100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px ;
	font-size:0.6rem;
	color: #999999;
}
