body, div, dl, dt, dd, ul, ol, li, h1, button, p {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

img {
	display: block;
}

#warp {
	max-width: 750px;
	margin: 0 auto;
}

.banner-box {
	background: url(../images/bg.jpg) 50% 100% / cover no-repeat;
	text-align: center;
}

.banner-box .appname {
	font-size: 28px;
	padding-top: 24px;
}

.banner-box .tit-txt1 {
	font-size: 16px;
	color: #282938;
	background: url(../images/tit-bg.png) center no-repeat;
	margin-top: 12px;
}

.banner-box .tit-txt2 {
	font-size: 18px;
	color: #393a52;
	font-weight: bold;
	margin-top: 12px;
}

.banner-box .bnImg img {
	width: 65%;
	margin: 24px auto 0;
}

.photoRecovery-btn img {
	width: 270px;
	margin: 0 auto;
	margin-top: 15px;
}

.photoRecovery-cont1 {
	border-bottom: 2px solid #eee;
	padding-bottom: 10px;
}

.photoRecovery-cont1 .bt-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.photoRecovery-cont1 .bt-txt span img {
	width: 20px;
	margin: 8px 5px;
}

.photoRecovery-cont1 .bt-txt .tittxt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.fuction-col, ul {
	word-spacing: -1em;
	margin: 0 30px;
	text-align: center;
	margin-top: 10px;
}

.fuction-col li {
	display: inline-block;
	width: calc(50% - 26px);
	padding: 20px 0;
	margin: 10px 12px;
	border-radius: 10px;
}

.fuction-col li img {
	width: 55px;
	margin: 0 auto;
}

.fuction-col li .txt {
	font-size: 14px;
	margin-top: 10px;
	color: #333;
	font-weight: bold;
}

.fuction-col li:nth-child(1) {
	border: 1px solid #ee6b5d;
}

.fuction-col li:nth-child(2) {
	border: 1px solid #fb749c;
}

.fuction-col li:nth-child(3) {
	border: 1px solid #8281fb;
}

.fuction-col li:nth-child(4) {
	border: 1px solid #53c430;
}

.fuction-col li:nth-child(5) {
	border: 1px solid #f48961;
}

.fuction-col li:nth-child(6) {
	border: 1px solid #39a3ff;
}

.photoRecovery-cont2 {
	border-bottom: 2px solid #eee;
	padding-bottom: 20px;
}

.photoRecovery-cont2 .bt-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.photoRecovery-cont2 .bt-txt span img {
	width: 20px;
	margin: 8px 5px;
}

.photoRecovery-cont2 .bt-txt .tittxt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.adv-col {
	display: flex;
	margin-top: 30px;
}

.adv-col dt img {
	width: 84px;
	margin-left: 20px;
}

.adv-col dd {
	width: calc(100% - 144px);
	margin: 0 20px;
	color: #333;
}

.adv-col dd .adv-tit {
	font-size: 16px;
	font-weight: bold;
}

.adv-col dd .adv-txt {
	font-size: 14px;
	margin-top: 10px;
}

.swiper-container {
	background: url(../images/cont3-bg.jpg) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	height: 240px;
	margin-top: 10px;
}

.swiper-container .swiper-slide {
	width: 280px !important;
	height: 180px;
	margin: 10px;
	border-radius: 22px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 9.5px 0.5px rgba(33, 93, 159, 0.19);
}

.photoRecovery-cont3 .bt-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.photoRecovery-cont3 .bt-txt span img {
	width: 20px;
	margin: 8px 5px;
}

.photoRecovery-cont3 .bt-txt .tittxt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.pj-comt-item-container {
	position: relative;
}

.pj-comt-item-container:before {
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	border-top: 1px solid #eee;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.pj-comt-item-container:first-child:before {
	border: none
}

.pj-comt-item-container:before {
	left: 15px;
	right: 15px;
	z-index: 1
}

.pj-comt-item {
	position: relative;
	padding: 17px 15px;
	background: #fff;
}

.pj-comt-item .review-tips {
	font-size: 12px;
	color: #f00;
	vertical-align: sub
}

.pj-comt-item.evareview .pj-comt-imglist .img-review {
	display: block
}

.pj-comt-item.evareview .pj-comt-item-action .pj-comt-act {
	display: none
}

.pj-comt-item.textreview .kb-comt-text {
	color: #999;
	font-size: 12px;
	line-height: 1.6;
}

.pj-comt-item.textreview .pj-comt-detail .pj-comt-medical-item .medical-item-title {
	color: #999
}

.pj-comt-item.textreview .pj-comt-detail .pj-comt-medical-item .medical-item-content {
	color: #999
}

.pj-comt-item.textreview .pj-comt-detail pre {
	color: #999
}

.pj-comt-item .kb-comt-text-wrap {
	margin-top: 20px;
	margin-left: 10px;
}

.pj-comt-item .kb-comt-text-wrap a {
	color: #666;
	font-size: 14px;
}

.pj-comt-item-body {
	position: relative;
}

.pj-comt-item-body.broad {
	padding-left: 10px
}

.pj-comt-item-body .pj-comt-medical {
	background: #f3f3f3;
	margin-top: 15px;
	padding: 0 16px;
	font-size: 14px;
	margin-bottom: 10px;
}

.pj-comt-item-body .pj-comt-medical:after, .pj-comt-item-body .pj-comt-medical:before {
	content: ' ';
	display: table
}

.pj-comt-item-body .pj-comt-medical:after {
	clear: both
}

.pj-comt-item-body .pj-comt-medical .pj-comt-medical-item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	width: 50%;
	white-space: nowrap;
	margin-top: 23px;
}

.pj-comt-item-body .pj-comt-medical .pj-comt-medical-item .medical-item-title {
	color: #333
}

.pj-comt-item-body .pj-comt-medical .pj-comt-medical-item .medical-item-content {
	color: #666
}

.pj-comt-item-body .pj-comt-medical .pj-comt-medical-item:first-child {
	width: 100%
}

.pj-comt-item-body .pj-comt-medical .pj-comt-medical-item:last-child {
	margin-bottom: 23px
}

.pj-comt-avatar {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: absolute;
	top: 17px;
	left: 20px;
	background-color: #c3c3c3;
	text-align: center;
}

.pj-comt-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.pj-comt-avatar .pj-lawyer-icon {
	position: relative;
	top: -10px;
}

.pj-comt-item-title {
	position: relative;
	padding-left: 60px;
	color: #999;
}

.pj-comt-item-title .name {
	padding-right: 75px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pj-comt-item-title .name a {
	color: #666;
}

.pj-comt-item-title .name a:first-child {
	color: #333
}

.pj-comt-item-title .name span {
	margin: 0 5px;
	color: #38f
}

.pj-comt-item-title .name i {
	position: relative;
	top: -2px;
}

.pj-comt-item-title .name .medical-verification {
	top: 0;
	border: 1px solid #55acef;
	font-size: 11px;
	padding: 2px 5px;
	margin-left: 5px;
	color: #55acef
}

.pj-comt-item-title .evaluation {
	display: none;
	font-size: .24rem;
}

.pj-comt-item-title .evaluation a {
	color: #666;
}

.pj-comt-item-title .evaluation a:first-child {
	color: #333
}

.pj-comt-item-title .evaluation span {
	margin-right: 5px;
	color: #38f
}

.pj-comt-item-title .evaluation i {
	position: relative;
	top: -2px;
}

.pj-comt-item-title .info {
	font-size: 16px;
}

.pj-comt-item-title .time {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 12px;
	color: #999
}

.pj-comt-item-title .pj-comt-news {
	font-size: 13px;
	color: #aaa
}

.i-pj-star-5:before {
	color: #ff8502;
	content: '★★★★★'
}

.copyright {
	width: calc(100% - 40px);
	background-color: #45455c;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-bottom: 60px;
}

.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.js-download{
    cursor: pointer;
}
.footer_down {
	width: 100%;
	height: 60px;
    display: none;
	/* background-color: rgba(255, 255, 255, 0.3); */
	/* background-color: #1a79ea; */
}

.footer_down::after {
	content: '下载恢复';
	font-size: 1rem;
	color: #fff;
	position: absolute;
	/* bottom: 10px; */
	/* border-radius: 30px; */
	left: 50%;
    transform: translateX(-50%);
	display: block;
	background-color: #1a79ea;
	text-align: center;
	line-height: 60px;
	/* width: 270px;
	height: 45px; */
    width: 100%;
    height: 100%;
}
.nav-float{
	width: 100%;
	max-width:750px; 
	height:48px;
	background-color: rgba(255, 255, 255,0.4);
}

.nav-fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
	color: #333;
    /* display: none; */
}

@media (prefers-color-scheme: dark) {
    /* 操作系统及浏览器支持且用户开启了 Dark Mode */
    .js-ua {
        font-size: 50px;
    }
    .tit-txt2{
        font-size: 50px;
    }
}
