@charset"utf-8";

.green-f {
	color: #70c18b
}

.green-light-bg {
	background-color: #edfbf5
}

.blue-bg {
	background-color: #e6f1fb
}

.orange-light-bg {
	background-color: #fff4ea
}

.green-bg {
	background-color: #d4ffeb
}

.green-bg-line {
	background-image: linear-gradient(to bottom, #cbe8fb, #fff)
}

.border-all60 {
	border-radius: 60px
}

.border-top60 {
	border-radius: 60px 60px 0 0
}

.white-btn {
	background-color: #fff;
	color: #000
}

.orange-btn {
	background-color: #f86e00;
	color: #fff
}

.orange-btn:hover {
	background-color: #d86000;
	color: #fff
}

.white-btn {
	background-color: #fff;
	color: #000;
	border: none
}

.white-btn:hover {
	background-color: #cfdefc;
	color: #000
}

.btn.white-bor {
	border-color: #fff;
	color: #fff
}

.container-product {
	width: 1400px;
	margin: 0 auto
}


.btn-header-download {
	background-color: #0d59f2
}

.btn-header-buy {
	background-color: #cb0606
}

.width-80 {
	width: 80%
}

.auto-c {
	margin: 0 auto
}

.banner-bg {
	background: #cbe7fc url("../img/product-ios/product-new-bg.jpg") no-repeat;
	background-size: contain;
	background-position: top center;
	font-size: 20px;
	background-repeat: no-repeat
}

.star-review {
	background: #fff url("../img/product-ios/ios-recovery-stbg.png") no-repeat;
	background-size: contain;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	font-size: 16px;
	border-radius: 4px;
	padding: 0 10px 0 100px;
	color: #5e5e5e;
	margin-left: 15px
}

.container-product h1 {
	font-size: 48px
}

.container-product h2 {
	font-size: 44px
}

.container-product h4 {
	font-size: 24px;
	margin-bottom: 15px
}

.banner-bg .left-main .s-m-tit {
	font-size: 19px
}

.banner-bg .left-main h1 {
	padding: 10px 0
}

.btn-box .btn {
	border-radius: 40px;
	margin-left: 15px;
	font-size: 18px;
	border: none;
	min-width: 180px
}

.btn.black-bor {
	border: 1px solid #000
}

.btn-box .btn:first-child {
	margin-left: 0
}

.btn-box .t-f {
	font-size: 13px;
	margin-top: 10px
}

.revie-quto {
	width: 535px;
	margin: 20px auto 80px;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 20px;
	padding: 30px 70px 50px;
	font-size: 17px;
	text-align: center
}

.revie-quto .title {
	font-size: 25px;
	margin-bottom: 15px
}

.revie-quto .message {
	position: relative
}

.revie-quto .message::before {
	content: "";
	position: absolute;
	left: -25px;
	width: 26px;
	height: 23px;
	background-image: url("../img/product-ios/ios-recovery-quto-1.png");
	background-repeat: no-repeat
}

.revie-quto .message::after {
	content: "";
	position: absolute;
	right: -25px;
	width: 26px;
	height: 23px;
	background-image: url("../img/product-ios/ios-recovery-quto-2.png");
	background-repeat: no-repeat
}

.tab-changeBox .tab-ul li {
	text-align: center;
	width: 280px;
	position: relative;
	cursor: pointer;
	background-color: #e4f1eb;
	color: #000;
	border-radius: 30px;
	margin-left: 15px;
	padding: 10px 15px;
	font-size: 20px
}

.tab-changeBox .tab-ul li.active {
	background-color: #0080ff;
	color: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2)
}

.tab-changeBox .change-item {
	display: none
}

.item-floor-block>div {
	background-color: #fff;
	border-radius: 30px;
	padding: 40px 35px 20px;
	color: #222126;
	margin-top: 35px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.item-floor-block .title {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #000;
	font-weight: 600
}

.item-floor-block .img img {
	width: auto;
	height: auto
}

.tab-changeBox .tab-info {
	border-bottom: 1px solid #c7d2da
}

.tab-changeBox .tab-info li {
	font-weight: 600;
	position: relative;
	cursor: pointer;
	padding-bottom: 10px
}

.tab-changeBox .tab-info li.active::before {
	background-color: #0080ff;
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0
}

.tab-changeBox .change-support {
	padding: 30px 0;
	display: none
}

.floor-item>div {
	padding: 35px;
	border-radius: 30px
}

.floor-item .img {
	margin-bottom: 15px
}

.floor-sit>div {
	padding: 15px 20px
}

.floor-sit .tit {
	font-size: 22px;
	color: #0080ff;
	margin: 10px 0;
	font-weight: 600
}
.floor-sit >div .img{
	background-color: #e3e7f5;
	width:110px;
	height:110px;
	margin:0 auto;
	border-radius:80px;
	text-align:center;
	padding-top:26px;
	margin-bottom: 15px;
}
.floor-sit >div .img img{
	width:60px;
	height:auto;
}
.tab-changeBox .tab-right {
	width: 40%;
	float: right
}

.tab-changeBox .change-item-img {
	width: 52%;
	float: left
}

.tab-changeBox .change-item-img .img {
	display: none
}

.tab-changeBox .tab-right li {
	position: relative;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	border-radius: 20px;
	padding: 15px 15px 15px 0;
	background-color: #e6f1fb;
	margin-bottom: 30px;
	cursor: pointer
}

.tab-changeBox .tab-right li:last-child::after {
	background: none
}

.tab-changeBox .tab-right .title-box {
	position: relative;
	padding-left: 70px
}

.tab-changeBox .tab-right .title-box .number-t {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 12px;
	color: #fb8484
}

.tab-changeBox .tab-right .title-box .number-t .nb {
	background-color: #fff;
	color: #000;
	border-radius: 0 80px 80px 0;
	overflow: hidden;
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	width: 52px;
	height: 75px;
	line-height: 75px
}

.tab-changeBox .tab-right .title-box .title {
	font-size: 20px;
	margin-bottom: 5px
}

.tab-changeBox .tab-right li.active .title-box .number-t .nb {
	background-color: #0080ff;
	color: #fff
}

.tab-changeBox .change-item-img img {
	width: auto;
	height: auto
}

.tab-changeBox .img img {
	width: auto;
	height: auto
}

.tab-changeBox .tab-left {
	width: 30%;
	float: left;
	margin-top: 10%
}

.tab-changeBox .tab-left li {
	background-color: #fff;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	font-size: 20px;
	border-radius: 10px;
	padding: 15px 10px;
	cursor: pointer;
	font-weight: 500
}

.tab-changeBox .tab-left li.active {
	color: #0d59f2
}

.tab-changeBox-wrap .tab-screen li {
	text-align: center;
	width: 280px;
	position: relative;
	cursor: pointer;
	background-color: #f5f8f7;
	color: #000;
	border-radius: 30px;
	margin-left: 15px;
	padding: 10px 15px;
	font-size: 20px
}

.tab-changeBox-wrap .tab-screen li.active {
	background-color: #70c18b;
	color: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2)
}

.tab-changeBox-wrap .change-cont-warp .tab-changeBox {
	display: none
}

.question-bg {
	background: #f3f7fa url("../img/product-ios/ios-recovery-qusetion-bg.jpg") top center no-repeat;
	background-size: cover
}

.block-item {
	display: block;
	position: relative;
	background-color: #fff;
	border-radius: 25px;
	padding: 25px 25px 25px 110px;
	margin-top: 30px
}

.block-item:hover {
	text-decoration: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.block-item .img {
	position: absolute;
	left: 18px;
	top: 14px
}

.block-item .tit {
	font-size: 23px;
	margin-bottom: 10px
}

.block-item .link-bt {
	font-weight: 600;
	margin-top: 10px;
	position: relative;
	display: inline-block
}

.block-item .link-bt::after {
	content: "";
	position: absolute;
	right: -37px;
	top: 6px;
	width: 21px;
	height: 13px;
	background: url("../img/product-ios/ios-recovery-arrow.jpg") no-repeat
}

.table-mobile .table {
	width: 100%;
	margin-bottom: 0;
	background-color: #fff
}

.table-mobile .table-border {
	border: 1px solid #ebf4ee
}

.table-mobile .table tr th {
	border-top: 1px solid #ded4ee;
	background-color: #0080ff;
	color: #fff;
	font-size: 18px
}

.table-mobile .table tr td,
.table-mobile .table tr th {
	text-align: center
}

.table-mobile .table tr td,
.table-mobile .table tr th {
	padding: 22px 30px;
	vertical-align: top;
	border-left: 1px solid #ebf4ee;
	border-bottom: 1px solid #ebf4ee
}

.table-mobile .table tr td:first-child {
	text-align: left;
	font-size: 18px
}

.table-mobile .table tr:nth-child(even) {
	background-color: #f6fbff
}

.table-radius {
	border-radius: 30px;
	overflow: hidden
}

.img-bg-box {
	background: url("../img/product-ios/ios-recovery-tool-bg.png") no-repeat right 100px
}

.title-box-warp {
	width: 50%
}

.img-bg-box .item-floor-block>div {
	margin-left: 1%;
	margin-top: 10px
}

.img-bg-box .item-floor-block>div:first-child {
	margin-left: 0
}

.btn-box-download {
	border-top: 1px solid #eff4f6;
	padding-top: 10px
}

.btn-box-download a {
	display: block;
	position: relative;
	margin: 0 10px;
	text-decoration: underline;
	color: #0d59f2;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 30px
}

.btn-box-download a.ios-download {
	width: 34px;
	height: 34px;
	background: url("../img/icon/ios-black.svg") no-repeat center;
	background-size: 70%;
	font-size: 0
}

.btn-box-download a.android-download {
	width: 34px;
	height: 34px;
	background: url("../img/icon/android-black.svg") no-repeat center;
	background-size: 70%;
	font-size: 0
}

.btn-box-download a:hover {
	background-color: #ccc
}

.contact-box .ava-box {
	position: relative;
	padding-left: 100px
}

.contact-box .ava-box .name {
	font-weight: 600;
	margin: 20px 0 5px;
	font-size: 22px
}

.contact-box .ava-box .img {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 80px;
	height: 80px
}

.contact-box .ava-box .img img {
	border-radius: 50px;
	width: 80px;
	height: 80px;
	object-fit: cover
}

.contact-box .link-contact li {
	position: relative;
	padding-left: 45px;
	margin-top: 20px
}

.contact-box .link-contact li span {
	position: absolute;
	left: 0;
	top: 2px
}

.contact-box .link-contact li span.ic1 {
	background-image: url("../img/product-ios/ios-recovery-eamil.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 34px;
	height: 24px
}

.contact-box .link-contact li span.ic2 {
	background-image: url("../img/product-ios/ios-recovery-phone.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 34px;
	height: 37px
}

.product-header {
	display: none;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4)
}

.product-header.fixed-product {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 80
}

.auto-img img {
	width: auto;
	height: auto
}

.anchor-box {
	background: linear-gradient(to bottom, #66cdd8 20%, rgba(2, 1, 1, 0) 100%);
	border-radius: 12px;
	min-height: 90px;
	margin: 15px auto;
	width: 800px
}

.anchor-box.green {
	background: linear-gradient(to bottom, #7ceea8 20%, rgba(2, 1, 1, 0) 100%)
}

.anchor-box.blue {
	background: linear-gradient(to bottom, #87c6f4 20%, rgba(2, 1, 1, 0) 100%)
}

.anchor-box .item {
	width: 19.5%;
	margin: 25px 0;
	font-size: 16px;
	color: #333;
	position: relative;
	z-index: 1;
	text-align: center
}

.anchor-box .item img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto 5px
}

.anchor-box .item a {
	text-align: center
}

.anchor-box h4 {
	color: #333!important
}

@media (max-width: 1399px) {
	.container-product {
		width: 94%
	}
	.swiper-item .img-left {
		width: 36%
	}
	.container-product h1 {
		font-size: 44px
	}
	.container-product h2 {
		font-size: 38px
	}
}

@media (max-width: 996px) {
	.banner-produt .info {
		width: 55%
	}
	.banner-img {
		display: none
	}
	.container-product h1 {
		font-size: 36px
	}
	.container-product h2 {
		font-size: 30px
	}
	.floor-item .tit {
		font-size: 26px
	}
	.table-mobile {
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%
	}
	.revie-quto {
		width: 94%;
		padding: 30px 30px 40px 40px
	}
	.title-box-warp {
		width: 80%
	}
	.product-header.fixed-product {
		display: none
	}
	.item-floor-block>div {
		padding: 20px
	}
	.img-bg-box {
		background: none
	}
	.tab-changeBox .tab-info li {
		width: 100%
	}
	.floor-sit .tit {
		font-size: 20px
	}
	.anchor-box {
		margin-top: 25px;
		width: 98%
	}
	.anchor-box .item {
		width: 90px
	}
}

@media (max-width: 769px) {
	.average-2wd,
	.average-38wd,
	.average-3wd,
	.average-40wd,
	.average-45wd,
	.average-4wd,
	.average-55wd,
	.average-58wd,
	.average-68wd {
		width: 100%!important
	}
	.ptb-50 {
		padding-bottom: 30px;
		padding-top: 30px
	}
	.mt-50 {
		margin-top: 25px !important
	}
	.ptb-60 {
		padding-bottom: 30px;
		padding-top: 30px
	}
	.ptb-all60 {
		padding: 30px 15px
	}
	.width-80 {
		width: 94%
	}
	.f-20 {
		font-size: 18px
	}
	.container-product h1 {
		font-size: 30px
	}
	.tab-changeBox .change-item-img,
	.tab-changeBox .tab-left,
	.tab-changeBox .tab-right {
		width: 100%
	}
	.btn-box .btn {
		margin-left: 5px;
		margin-bottom: 15px
	}
	.tab-changeBox .tab-ul li,
	.tab-changeBox-wrap .tab-screen li {
		margin-bottom: 10px
	}
	.floor-item>div {
		padding: 25px 15px;
		margin-bottom: 15px
	}
	.title-box-warp {
		width: 99%
	}
	.img-bg-box {
		background-image: none
	}
	.anchor-box .item {
		width: 50px
	}
	.anchor-box .item {
		font-size: 14px
	}
	.anchor-box .item img {
		width: 40px
	}
	.anchor-box .item span {
		min-height: 50px;
		display: block
	}
}