@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
	font-weight: 700;
}
h1 {
	font-size: 3.5rem;
	padding: 1.875rem 0;
}
h2 {
	font-size: 3rem;
	color: #333;
	padding: 1.25rem 0;
}
h3 {
	font-size: 1.875rem;
	color: #333;
	margin-bottom: 1.25rem;
}
img {
	max-width: 100%;
	height: auto;
}
.section-item {
	padding: 6rem 0;
}
.section-item .subtitle {
	font-size: 1.125rem;
	margin-bottom: 2.5rem;
}
.dr-btn{
	display: inline-block;
	width: 11.25rem;
	padding: .75rem 0;
	border-radius: .1875rem;
	border: 2px solid;
	margin-right: 2.25rem;
	font-size: 1.125rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.dr-btn:hover{
	background-color: transparent;
	text-decoration: none;
}
.dr-btn:last-child{
	margin-right: 0;
}
.downbtn{
	background-color: #048035;
	border-color: #048035;
}
.downbtn:hover{
	color: #048035;
}
.downbtn-light {
	color: #28283a;
	background-color: #fff;
	border-color: #fff;
}
.downbtn-light:hover {
	color: #fff;
}
.buybtn{
	background-color: #d2151c;
	border-color: #d2151c;
}
.buybtn:hover{
	color: #d2151c;
}
.upgradebtn{
	width: 17.5rem;
	background-color: #fff;
	border-color: #fff;
	color: #28283a;
}
.upgradebtn:hover{
	color: #fff;
}
.dr-banner-btn {
	
	border: none;
}
a.dr-banner-btn {
	color: #fff;
}

.dr-banner-btn.green-btn {
	background-color: #008233;
}
.dr-banner-btn.green-btn:hover {
	background-color: #007331;
}
.dr-banner-btn.red-btn {
	background-color: #d2151c;
}
.dr-banner-btn.red-btn:hover {
	background-color: #b50b11;
}
.dr-banner-btn.white-btn {
	color: #333;
	background-color: #fff;
}
.dr-banner-btn.white-btn:hover {
	background-color: #dfdfdf;
}

.dr-banner{
	background-color: #191920;	
	overflow: hidden;
}
.dr-banner.dr-index-banner{
	height: 46.25rem;
}
.dr-banner-conent-container{
	color: #cbcbcb;
}
.dr-banner-conent-container h1{	
	padding-top:5px;
	font-size: 3.25rem;
	color: #fff;
}
.dr-banner-conent-container h1 sup{
	font-size: 2rem;
}
.dr-banner-conent-container .descipt{
	line-height: 1.875rem;
	margin-bottom: 2.5rem;
	font-size: 1.125rem;
}
.dr-banner-conent-container ul.introduction{
	display: inline-block;
	margin-bottom: 2.5rem;
}
.dr-banner-conent-container ul.introduction li{
	position: relative;
	line-height: 1.875rem;
	padding-left: 1.125rem;
	font-size: 1.125rem;
	text-align: left;
}
.dr-banner-conent-container ul.introduction li:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;	
	left: 0;
	top: .75rem;
}
.dr-banner-conent-container .by-privacy-policy{
	margin: 1.875rem 0 1.25rem;
}
.dr-banner-conent-container .by-privacy-policy a{
	color: inherit;
	text-decoration: underline;
}
.dr-banner-conent-container .support{
	margin-top: 1.875rem;
}
.dr-banner-conent-container .support i{
	font-size: 1.125rem;
	margin-right: .625rem;
}
.dr-banner-conent-container .support .icon-win{
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: .5rem;
	vertical-align: middle;
}
.dr-banner-conent-container .product-trusted{
	padding-top: 1.25rem;
	font-size: 1.375rem;
	color: #fff;
}
.dr-banner-conent-container .product-trusted span{
	color: #f9c843;
}
.icon-win:before,
.icon-win:after,
.icon-win span:before,
.icon-win span:after{
	position: absolute;
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #fff;
}
.icon-win:before,
.icon-win:after{
	top: 0;
}
.icon-win:before,
.icon-win span:before{
	left: 0;
}
.icon-win:after,
.icon-win span:after{
	right: 0;
}
.icon-win span:before,
.icon-win span:after{
	bottom: 0;
}


.dr-row-gray-bg{
	background-color: #f7f7f7;
}
.dr-row-red-bg{
	background-color: #d2151c;
}
.dr-row-gray-top{
	position: relative;
	margin-top: 6rem;
}
.dr-row-gray-top:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 120%;
	height: 25rem;
	background-color: #f7f7f7;
	border-radius: 50% 50% 0 0;
	top: -6rem;
	left: 50%;
	transform: translateX(-50%);
}
.products-fixed-nav{
	position: fixed;
	display: none;
	height: 3rem;
	background-color:#fff;
	box-shadow: 0 3px 15px rgba(180,178,196,0.3);
	top: 0;
	z-index: 99;
	transition: all .3s;
}
.products-fixed-nav.active{
	display: block;
}
.products-fixed-nav-container.flex{
	height: 100%;
	align-items: center;
}
.products-fixed-nav-content li{
	padding: 0 1.25rem;
	margin-right: 2.5rem;
	font-size: 1.125rem;
}
.products-fixed-nav-content li:last-child{
	margin-right: 0;
}
.products-fixed-nav-content li a{
	color: #696969;
}
.products-fixed-nav-content li a:hover{
	text-decoration: none;
	color: #d2151c;
}
.products-fixed-nav-content li.active a{
	color: #d2151c;
}
.products-fixed-nav-btn{
	text-align: right;
}
.products-fixed-nav-btn .downbtn{
	width: auto;
	padding: .5rem 2rem;
}


/**dr index**/
.dr-index-content-text{
	padding-right: 6.5rem;
	padding-left: 1.25rem;
	z-index: 1;
}
.dr-index-banner .win-downbtn, .dr-index-banner .win-macbtn{
	width: 14.375rem;
}

.dr-index-content-img:after{
	position:absolute;
	display: inline-block;
	content: "";
	width: 59.875rem;
	height: 46.25rem;
	background-image:url(/images/2020/pdr/dr-index-banner-bg.png);
	background-size: cover;
	right: 0;
	bottom: 0;
}

.dr-index-win-mac-container{
	margin-top: -13rem;
}
.dr-index-win-mac-container .col-2-1, .dr-index-whatsnew-container .col-2-1{
	padding: 0 1.25rem;
}
.dr-index-win-mac-content{
	height: 100%;
	padding: 4.75rem 4.375rem;
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 2.5rem rgba(25,25,32,0.08);
	text-align: center;
}
.dr-index-win-mac-icon{
	position: relative;
	display: inline-block;
	width: 5.625rem;
	height: 5.625rem;
	border: .75rem solid;
	border-radius: 50%;
	margin-bottom: 1.75rem;
} 
.dr-index-win-mac-icon.win-icon{
	background-color: #d2151c;
	border-color: #fcd9da;
}
.dr-index-win-mac-icon.mac-icon{
	background-color: #28283a;
	border-color: #e7e6e6;
}
.dr-index-win-mac-icon i{
	position: absolute;
	font-size: 1.875rem;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.dr-index-win-mac-content h3{
	margin-bottom: 1.875rem;
	font-size: 2.25rem;	
}
.dr-index-win-mac-content .descript{
	color: #696969;
}
.dr-index-win-mac-content .dr-index-links-btn{
	display: inline-block;
	margin-top: 4.75rem;
}
.dr-index-win-mac-content .dr-index-links-btn a{
	text-decoration: underline;
	font-weight: bold;
}
.dr-index-win-mac-content .dr-index-links-btn i{
	display: inline-block;
	font-weight: 700;
	margin-left: .5rem;
	transition: all .3s;
}
.dr-index-win-mac-content .dr-index-links-btn a:hover i{
	transform: translateX(.5rem);
}


.dr-index-whatsnew-container .view-more{
	display: inline-block;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
	font-size: 1.125rem;
	text-decoration: underline;
}
.dr-index-whatsnew-content ul li{
	position: relative;
	line-height: 1.875rem;
	padding-left: 1.25rem;
	font-size: 1.125rem;
	color: #696969;
}
.dr-index-whatsnew-content ul li:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: .375rem;
	height: .375rem;
	background-color: #696969;	
	border-radius: 50%;
	left: 0;
	top: .75rem;
}
.dr-index-whatsnew-img{
	text-align: right;
}

.dr-index-section-features{
	padding-bottom: 3rem;
	text-align: center;
}
.dr-index-features-container{
	margin-bottom: 3.75rem;
}
.dr-index-features-container.flex{
	flex-wrap: wrap;
}
.dr-index-features-container .col-4-1{
	position: relative;
	height: 22.625rem;
}
.dr-index-features-container .col-4-1:nth-child(1),
.dr-index-features-container .col-4-1:nth-child(2),
.dr-index-features-container .col-4-1:nth-child(3),
.dr-index-features-container .col-4-1:nth-child(4){
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
.dr-index-features-container .col-4-1:nth-child(5),
.dr-index-features-container .col-4-1:nth-child(6),
.dr-index-features-container .col-4-1:nth-child(7),
.dr-index-features-container .col-4-1:nth-child(8){
	border-right: 1px solid #e9e9e9;
}
.dr-index-features-container .col-4-1:nth-child(4),
.dr-index-features-container .col-4-1:nth-child(8){
	border-right: none;
}
.dr-index-feature-content{
	height: 100%;
	padding: 6rem 3rem;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.dr-index-feature-content .dr-index-feature-icon{
	display: inline-block;
	width: 108px;
	height: 96px;
	background-image:url(/images/2020/icons/dr-index-features-icon.png);
	background-size: cover;
	margin-bottom: 1.875rem;
}
.dr-index-feature-content .deleted-icon{
	background-position: 0 0;
}
.dr-index-feature-content .raw-partition-icon{
	background-position: 0 -96px;
}
.dr-index-feature-content .virus-attack-icon{
	background-position: 0 -192px;
}
.dr-index-feature-content .hard-drive-failure-icon{
	background-position: 0 -288px;
}
.dr-index-feature-content .os-crash-icon{
	background-position: 0 -384px;
}
.dr-index-feature-content .formatted-icon{
	background-position: 0 -480px;
}
.dr-index-feature-content .partition-loss-icon{
	background-position: 0 -576px;
}
.dr-index-feature-content .other-icon{
	background-position: 0 -672px;
}
.dr-index-feature-content h3{
	margin-bottom: .625rem;
}
.dr-index-feature-content p{
	display: block;
	opacity: 0;
	color: #696969;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.dr-index-features-container .col-4-1:hover .dr-index-feature-content{
	padding: 3.375rem 3rem;
	box-shadow: 0px 0px 20px rgba(193,193,193,0.8);
}
.dr-index-features-container .col-4-1:hover p{
	opacity: 1;
	/* display: block; */
}

.dr-index-review-container{
	height: 25rem;
	background-image: url(/images/2020/pdr/dr-index-reviews-bg.png);
	background-size: 100% 100%;
}
.dr-index-review-column{
	height: 100%;
	padding: 4.6875rem 6.25rem;
}
.dr-index-review-title img{
	margin-bottom: 1.875rem;
}
.dr-index-review-title{
	position: relative;
}
.dr-index-review-title:after{
	position: absolute;
	display: inline-block;
	content: "";
	width: 1px;
	height: 100%;
	background: -webkit-linear-gradient(bottom, rgba(48, 48, 68, 0.09), #48485d, rgba(48, 48, 68, 0.09));
    background: -o-linear-gradient(bottom, rgba(48, 48, 68, 0.09), #48485d, rgba(48, 48, 68, 0.09));
    background: -moz-linear-gradient(bottom,rgba(48, 48, 68, 0.09), #48485d, rgba(48, 48, 68, 0.09));
    background: linear-gradient(to bottom, rgba(48, 48, 68, 0.09), #48485d, rgba(48, 48, 68, 0.09));
	top: 0;
	right: 0;
}
.dr-index-review-title h2{
	color: #fff;
}
.dr-index-review-title h2 span{
	display: block;
	margin-bottom: 1rem;
	font-size: 1.875rem;
}
.dr-index-review-content{
	padding: 0 3rem;
}
.dr-index-review-item{
	color: #fff;
	text-align: center;
}
.dr-index-review-item .dr-index-review{
	position: relative;
	min-height: 5.625rem;
	line-height: 1.875rem;
	padding: 0 3rem;
}
.dr-index-review-item .dr-index-review:before, .dr-index-review-item .dr-index-review:after, 
.dr-free-editor-review-item p:before, .dr-free-editor-review-item p:after{
	position: absolute;
	display: inline-block;
	content: "";
	width: 1.625rem;
	height: 1.5625rem;
	background-image: url(/images/2020/pdr/pdr-index-reviews-quot.png);
}
.dr-index-review-item .dr-index-review:before,
.dr-free-editor-review-item p:before{
	top: 0;
	left: 0;
}
.dr-index-review-item .dr-index-review:after,
.dr-free-editor-review-item p:after{
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	
}
.dr-index-review-item .dr-index-review-author{
	height: 3.5rem;
	line-height: 3.5rem;
	margin-top: 3.75rem;
	font-size: 1.5rem;
}

.dr-index-review-column .swiper-container{
	width: 100%;
	height: 17.5rem;
}
.dr-index-review-column .swiper-pagination-bullet{
	background-color: transparent;
	border: 1px solid #fff;
}
.dr-index-review-column .swiper-pagination-bullet-active{
	background-color: #fff;
	border: 1px solid #fff;
}
/**dr index end**/

/**dr free**/
.dr-free-banner{
	background-image: url(/images/2020/pdr/dr-free-banner-bg.png);
	background-position: center bottom;
}
.dr-free-banner-content{
	padding-bottom: 18rem;
	text-align: center;
}
.dr-free-banner-content .upgrade-history{
	margin-bottom: 1.875rem;
}
.dr-free-banner-content .upgrade-history a,
.dr-free-banner-content .review a{
	color: inherit;
	text-decoration: underline;
}
.dr-free-banner-content .descipt{
	margin-bottom: 1rem;
}
.dr-free-banner-content .review{
	display: inline-block;
	margin-bottom: 2.5rem;
}
.dr-free-banner-content .review p{
	display: inline-block;
	margin-right: .5rem;
}
.dr-free-banner-content .review i{
	color: #fff;
	padding: 0 .15rem;
}
.dr-free-section-situations, .dr-free-section-devices{
	text-align: center;
}
.dr-free-section-situations-wrapper{
	margin-bottom: 3.75rem;
	text-align: left;
}
.dr-products-section-situations-content{
	margin-top: 5rem;
}
.dr-products-section-situations-content .col-2-1{
	padding: 0 5rem;
}
.dr-products-section-situations-content .dr-products-section-situations-img{
	text-align: right;
}
.dr-products-section-situations-content:nth-child(2n).flex{
	flex-direction: row-reverse;
}
.dr-products-section-situations-content:nth-child(2n) .dr-products-section-situations-img{
	text-align: left;
}
.dr-products-section-situations-text{
	padding-top: 5rem;
}
.dr-products-section-situations-text h3{
	font-size: 2.5rem;
}
.dr-products-section-situations-text p{
	font-size: 1.125rem;
	color: #696969;
}
.dr-products-section-situations-text h3 .new{
	font-size: 1.25rem;
	color: #d2151c;
}
.dr-products-section-situations-text .downbtn{
	margin-top: 2.5rem;
}

.dr-free-section-devices-container .col-3-1{
	padding: 0 .875rem;
}
.dr-free-section-devices-content{
	height: 100%;
	padding: 1.875rem 1.25rem;
	border: 1px solid #eee;
	border-radius: .625rem;
	box-shadow: 0 0 1rem rgba(231,231,241,0.3);
}
.dr-free-section-devices-content i.dr-free-devices-icon{
	display: inline-block;
	width: 213px;
	height: 161px;
	background-image: url(/images/2020/icons/pdr-free-icon.png);
	margin-bottom: 1.25rem;
}
.dr-free-section-devices-content i.disk{
	background-position: 0 0;
}
.dr-free-section-devices-content i.usb{
	background-position: 0 -161px;
}
.dr-free-section-devices-content i.sd{
	background-position: 0 -322px;
}
.dr-free-section-devices-content p{
	line-height: 1.75rem;
	font-size: 1.125rem;
	color: #696969;
}
.dr-free-support-filetype{
	position: relative;
	padding-bottom: 25rem;
}
.dr-free-support-filetype:after{
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: 37.5rem;
	background-image: url(/images/2020/pdr/dr-free-filetype-bg.png);
	background-size: 100% 100%;
	bottom: 0;	
}
.dr-free-support-filetype-wrapper{	
	z-index: 1;
}
.dr-free-support-filetype-title{
	padding-right: 3.75rem;
	padding-top: 10rem;
}
.dr-free-support-filetype-title h2{
	font-size: 2.5rem;
}
.dr-free-support-filetype-container.flex{
	flex-wrap: wrap;
	z-index: 1;
}
.dr-free-support-filetype-container .col-3-1{
	padding: 0 .625rem;
}
.dr-free-support-filetype-container .col-3-1:nth-child(1),
.dr-free-support-filetype-container .col-3-1:nth-child(2),
.dr-free-support-filetype-container .col-3-1:nth-child(3){
	margin-bottom: 1.25rem;
}
.dr-free-support-filetype-container .col-3-1:nth-child(2),
.dr-free-support-filetype-container .col-3-1:nth-child(5){
	margin-top: -2.5rem;
}
.dr-free-support-filetype-container .col-3-1:nth-child(3n){
	margin-top: -5rem;
}
.dr-free-support-filetype-content{
	height: 20rem;
	padding: 3.5rem 1.25rem;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: .625rem;
	box-shadow: 0 0 1rem rgba(231,231,241,0.3);
}
.dr-free-support-filetype-content .filetype-icon-wrapper{
	height: 66px;
	line-height: 66px;
	margin-bottom: 1.25rem;
}
.dr-free-support-filetype-content i.dr-free-support-filetype-icon{
	display: inline-block;
	height: 66px;
	background-image: url(/images/2020/icons/pdr-free-icon.png);
	vertical-align: middle;
}
.dr-free-support-filetype-content i.document{
	width: 48px;
	background-position: -214px 0;
}
.dr-free-support-filetype-content i.graphic-picture{
	width: 75px;
	height: 60px;
	background-position: -214px -67px;
}
.dr-free-support-filetype-content i.video-audio{
	width: 46px;
	background-position: -214px -128px;
}
.dr-free-support-filetype-content i.archive{
	width: 52px;
	background-position: -214px -195px;
}
.dr-free-support-filetype-content i.email{
	width: 75px;
	height: 58px;
	background-position: -214px -262px;
}
.dr-free-support-filetype-content i.other-files{
	width: 76px;
	height: 56px;
	background-position: -214px -321px;
}
.dr-free-support-filetype-content h3{
	font-size: 1.5rem;
}
.dr-free-support-filetype-content p{
	line-height: 1.375rem;
	color: #696969;
}

.new-function{
	position: relative;
	overflow: hidden;
}
.new-function:before{
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 45px solid transparent;
	border-bottom-color: #e11f27;	
	right: -45px;
	top: -45px;
	transform: rotate(45deg);
}
.new-function:after{
	position: absolute;
	display: block;
	content: "NEW";
	width: auto;
	height: auto;
	font-size: .875rem;
	font-weight: bold;
	color: #fff;
	top: 9px;
	right: 6px;
	transform: rotate(45deg);
}


.dr-free-recovery-step{
	text-align: center;
}
.dr-free-recovery-step-wrapper{
	position: relative;
	margin-top: 5rem;
}
.dr-free-recovery-step-wrapper:before{
	position: absolute;
	display: inline-block;
	content: "";
	width:100%;
	height: 182px;
	background-image: url(/images/2020/pdr/dr-free-recovery-step-bg.png);
	background-size: 100%;
	top: 0;
	left: 0;
}

.dr-free-recovery-step-item .dr-free-recovery-step-content{
	position: relative;
}
.dr-free-recovery-step-item .select-scan{
	bottom: -6rem;
}
.dr-free-recovery-step-item .preview-files{
	top: -1.25rem;
}
.dr-free-recovery-step-item .save-files{
	bottom: -6rem;
	right: 0;
}
.dr-free-recovery-step-content i.dr-free-recovery-step-icon{
	position: relative;
	display: inline-block;
	width: 7.5rem;
	height: 7.5rem;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 1.875rem #dadae4;
	margin-bottom: 2.5rem;
}
.dr-free-recovery-step-content i.dr-free-recovery-step-icon:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 68px;
	height: 68px;
	background-image: url(/images/2020/icons/pdr-free-icon.png);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dr-free-recovery-step-content i.select-scan-icon:before{
	background-position: -292px 0;
}
.dr-free-recovery-step-content i.preview-files-icon:before{
	background-position: -292px -69px;
}
.dr-free-recovery-step-content i.save-files-icon:before{
	background-position: -292px -137px;
}
.dr-free-recovery-step-content h3{
	margin-bottom: 0;
}
.dr-free-down-wrapper{
	padding: 5rem 0;
	background-image: url(/images/2020/pdr/dr-free-down-bg.png);
	background-size: cover;
	border-radius: 1.5625rem;
	text-align: center;
}
.dr-free-down-wrapper p{
	line-height: 3.75rem;
	padding: 0 19rem;
	margin-bottom: 1.25rem;
	font-size: 2.25rem;
	color: #fff;
}
.dr-free-down-wrapper p span{
	font-size: 3rem;
	color: #e11f27;
}
.dr-free-comparison{
	text-align: center;
}
.dr-free-comparison .view-more{
	margin-bottom: 3.75rem;
	font-size: 1.125rem;
}
.dr-products-comparison-wrapper{
	width: 100%;
}
.dr-products-comparison-wrapper ul.flex{
	height: 100%;
	align-items: center;
}
.dr-products-comparison-wrapper ul li{
	width: 18.5%;
	padding: 1.25rem;
}
.dr-products-comparison-wrapper ul li.comparison-title{
	width: 26%;
	font-size: 1.125rem;
	font-weight: 600;
	text-align: left;
}
.dr-products-comparison-wrapper ul li.comparison-title span{
	display: block;
	font-size: 1rem;
	font-weight: normal;
}
.dr-products-comparison-thead ul.edition{
	position: relative;
	background-color: #4d4d63;
}
.dr-products-comparison-thead ul.edition:before{
	position: absolute;
	display: block;
	content: "";
	width: 26%;
	height: 100%;
	background-color: #f7f7f7;
	left: 0;
	top: 0;
}
.dr-products-comparison-thead ul.price{
	background-color: #28283a;
}
.dr-products-comparison-thead ul li{
	color: #fff;
}
.dr-products-comparison-thead ul.edition li{
	font-size: 1.375rem;
}
.dr-products-comparison-thead ul.edition .comparison-title{
	background-color: #f7f7f7;
}
.dr-products-comparison-thead ul.price li{
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	font-size: 2.25rem;
}
.dr-products-comparison-thead ul.price li .original-price{
	margin-left: .625rem;
	font-size: 1.25rem;
	text-decoration: line-through;
}
.dr-products-comparison-tbody ul:nth-child(even){
	background-color: #fff;
}
.dr-products-comparison-tbody ul li i{
	display: inline-block;
}
.dr-products-comparison-tbody ul li i.include:before{
    display: inline-block;
    content: "";
    width: .75rem;
    height: 2px;
    background-color: #099e44;
    transform-origin: right;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dr-products-comparison-tbody ul li i.include:after{
    display: inline-block;
    content: "";
    width: 1.25rem;
    height: 2px;
    background-color: #099e44;
    transform-origin: left;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.dr-products-comparison-tbody ul li i.not-include:before,
.dr-products-comparison-tbody ul li i.not-include:after{
	position: relative;
    display: inline-block;
    content: "";
    width: 1.25rem;
    height: 2px;
    background-color: #ff3e3e;    
}
.dr-products-comparison-tbody ul li i.not-include:before{
    -webkit-transform: rotate(45deg) translateX(50%);
    transform: rotate(45deg) translateX(50%);
	top: -0.75rem;
}
.dr-products-comparison-tbody ul li i.not-include:after{
    -webkit-transform: rotate(-45deg) translateX(-50%);
    transform: rotate(-45deg) translateX(-50%);
	top: -0.75rem;
	right: 0.375rem;
}
.dr-products-comparison-tfoot ul li{
	padding-top: 1.875rem;
}
.dr-products-comparison-tfoot ul li .buybtn{
	background-color: #d2151c;
	border-color: #d2151c;		
}
.dr-products-comparison-tfoot ul li .buybtn:hover{
	background-color: transparent;
	color: #d2151c;		
}

.usage{font-size:0.875rem;}
.usage .dr-explanation{ position: relative; display:inline-block; cursor: pointer;}
.usage .dr-explanation i{ margin-left:5px; color: #fff;}
.usage .dr-explanation span{ position: absolute; display:none; width:280px; line-height: 18px;  padding:8px 12px; border-radius: 3px; background-color: #fff; box-shadow: 0 0 2px #4c4c4c; font-size:0.75rem; color: #555; text-align: left; right: -80px; top: 28px; z-index: 1;}
.usage .dr-explanation:hover span{display:inline-block;}

.dr-products-comparison-thead ul.edition li .usage .dr-explanation span{ right: 0;}


.guides-tips h2, .products-faq h2{
	margin-bottom: 3.125rem;
	text-align: center;
}
.guides-tips-wrapper .col-3-1{
	padding: 0 .625rem;
}
.guides-tips-wrapper .col-3-1 .guides-tips-content{
	box-shadow: 0 0 1rem rgba(170,170,170,0.1);
}
.guides-tips-wrapper .col-3-1 a:hover .guides-tips-content{
	box-shadow: 0 0 1rem rgba(170,170,170,0.3);
	
}
.guides-tips-wrapper .guides-tips-content .guides-tips-thumbnail{
	height: 13.125rem;
	background-color: #dadada;
}
.guides-tips-wrapper .guides-tips-content .guides-tips-thumbnail img{
	width:100%;
	height: 100%;
}
.guides-tips-wrapper .guides-tips-content .guides-tips-text{
	padding: 1.25rem 1rem;
}
.guides-tips-wrapper .guides-tips-content .guides-tips-text h3{
	margin-bottom: 1.25rem;
	font-size: 1.5rem;
	font-weight: 400;
}
.guides-tips-wrapper .guides-tips-content .guides-tips-text p.descript{
	height: 4.5rem;
	margin-bottom: 1.875rem;
	color: #696969;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 3;
}
.guides-tips-wrapper .guides-tips-content .guides-tips-text .read-more{
	font-size: 1.875rem;
	color: #aaa;
}
.guides-tips-wrapper .col-3-1 a:hover{
	text-decoration: none;
}
.guides-tips-wrapper .col-3-1 a:hover .read-more{
	color: #e11f27;
}

.products-faq-wrap li{
	padding: 0 0 0 1rem;
	margin-bottom: 1.25rem;
	background-color: #fff;	
}
.products-faq-wrap li .faq-question{
	position: relative;
	padding: 1rem 3.5rem 1rem 0;
	font-size: 1.5rem;
	cursor: pointer;
}
.products-faq-wrap li .faq-answer{
	display: none;
	padding: .5rem 0 1rem;
	color: #696969;	
	overflow: hidden;
}
.products-faq-wrap li .faq-answer p{
	margin-bottom: 1.25rem;
}
.products-faq-wrap li .faq-answer p:last-child{
	margin-bottom: 0;
}
.products-faq-wrap li .faq-answer ol{
	margin-left: 1.25rem;
}
.products-faq-wrap li .faq-answer ol li{
	list-style: decimal inside;
	padding-left: 0;
	margin-bottom: 0;
}
.products-faq-wrap li .faq-question .icon-question{
	position: absolute;
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #303135;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.products-faq-wrap li .faq-question .icon-question:before,
.products-faq-wrap li .faq-question .icon-question:after{
	position: absolute;
	display: inline-block;
	content: "";
	width: .75rem;
	height: 2px;
	background-color: #303135;
	top: 50%;
	left: 50%;
}
.products-faq-wrap li .faq-question .icon-question:before{	
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.products-faq-wrap li .faq-question .icon-question:after{
	-webkit-transform: translate(-50%,-50%) rotate(90deg);
	transform: translate(-50%,-50%) rotate(90deg);
}

.products-faq-wrap li.active .faq-question .icon-question{
	border: 1px solid #e11f27;
}
.products-faq-wrap li.active .faq-question .icon-question:before,
.products-faq-wrap li.active .faq-question .icon-question:after{
	background-color: #e11f27;
}
.products-faq-wrap li.active .faq-question .icon-question:after{
	-webkit-transform: translate(-50%,-50%) rotate(180deg);
	transform: translate(-50%,-50%) rotate(180deg);
}
.products-faq-wrap li.active .faq-question{
	color: #e11f27;
}
.products-faq .more-faq{
	text-align: right;
}


.dr-free-reviews{
	padding-top: 0;
	text-align: center;
}
.dr-free-reviews-wrapper{
	margin-top: 3.75rem;
}
.dr-free-reviews-wrapper .col-2-1{
	height: 530px;
}
.dr-free-editor-review-container{
	height: 100%;
	padding: 3rem 1.25rem;
	background-image: url(/images/2020/pdr/dr-free-review-bg.png);
	background-size: cover;	
	text-align: center;
	border-radius: 10px 0 0 10px;
}
.dr-free-editor-review-container h3{
	color: #fff;
}
.dr-free-editor-review-content .dr-free-editor-review-icon{
	display:inline-block;
	height: 50px;
	margin: 3.75rem 0 2.5rem;
}
.dr-free-editor-review-content .software-informer-icon{
	width: 398px;
	background-image: url(/images/2020/icons/reviews/dr-software-informer-logo.png);
}
.dr-free-editor-review-content .softpedia-icon{
	width: 236px;
	background-image: url(/images/2020/icons/reviews/dr-softpedia-logo.png);
}
.dr-free-editor-review-content .otakukart-icon{
	width: 220px;
	background-image: url(/images/2020/icons/reviews/dr-otakukart-logo.png);
}
.dr-free-editor-review-content .cloudbt-icon{
	width: 215px;
	background-image: url(/images/2020/icons/reviews/dr-cloudbt-logo.png);
}
.dr-free-editor-review-item p{
	position: relative;
	line-height: 1.875rem;
	padding: 0 3.75rem;
	font-size: 1.125rem;
	color: #a4a4c0;
}
.dr-free-user-review-container{
	height: 100%;
	padding: 3rem 1.25rem;
	background-color: #fff;
	border-top-right-radius: .625rem;
	border-bottom-right-radius: .625rem;
	box-shadow: 0 0 1rem rgba(40,40,58,0.1);
}
.dr-free-user-review-content{
	padding-left: 1.25rem;
	margin-top: 3rem;
}

.dr-software-guarantee{
	padding: 3.125rem 0;
	color: #fff;
	text-align: center;
}
.dr-software-guarantee h2{
	margin-bottom: 3.125rem;
	font-size: 2.25rem;
	color: #fff;
}
.dr-software-guarantee-wrapper .col-4-1{
	padding: 0 2rem;
}
.dr-software-guarantee-content i{
	display: inline-block;
	width: 4.25rem;
	height: 4.25rem;
	background-size:100%;
	vertical-align: middle;
}
.dr-software-guarantee-content i.safe{
	background-image: url(/images/2020/icons/mdr-guarantee-safe-icon.png);
}
.dr-software-guarantee-content i.support{
	background-image: url(/images/2020/icons/mdr-guarantee-support-icon.png);
}
.dr-software-guarantee-content i.money-back{
	background-image: url(/images/2020/icons/mdr-guarantee-money-back-icon.png);
}
.dr-software-guarantee-content i.trusted{
	background-image: url(/images/2020/icons/mdr-guarantee-users-icon.png);
}
.dr-software-guarantee-content p{
	display: inline-block;
	line-height: 1.875rem;
	margin-left: .625rem;
	font-size: 1.875rem;
	text-align: left;
	vertical-align: middle;
}
.dr-software-guarantee-content p span{
	display: block;
	font-size: 1.125rem;
	font-weight: 300;
}

/**dr free end**/
/**dr pro**/
.dr-pro-banner{
	background-image: url(/images/2020/pdr/dr-pro-banner-bg.png);
	background-size: cover;
	background-position: center bottom;
}
.dr-pro-banner:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 36.625rem;
	height: 22.8125rem;
	background-image: url(/images/2020/pdr/dr-pro-banner-bg1.png);
	background-size: cover;
	left: 50%;
	bottom: 2.5rem;
	transform: translateX(-50%);
}
.dr-pro-banner-content, 
.dr-business-banner-content{
	padding-bottom: 20rem;
	text-align: center;
}
.dr-edition-introduction{
	margin-top: -9.5rem;
}
.dr-edition-introduction-container{
	padding: 3.75rem 2.5rem;	
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2.5rem rgba(25,25,32,0.08);	
}
.dr-edition-introduction-container h2{
	font-size: 2.5rem;
	text-align: center;
}
.dr-edition-introduction-container p{
	line-height: 1.875rem;
	font-size: 1.125rem;
	color: #696969;
}
.dr-edition-introduction-container .note,
.dr-edition-introduction-container p span{
	color:#333;
	font-weight: bold;
}
.dr-edition-introduction-text p{
	margin-bottom: 1.875rem;
}
.dr-edition-introduction-text p:last-child{
	margin-bottom: 0;
}
.dr-products-whatsnew{
	padding-top: 0;
}
.dr-products-whatsnew-container .col-2-1{
	padding: 0 1.25rem;
}
.dr-products-whatsnew-container .view-more{
	display: inline-block;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
	font-size: 1.125rem;
	text-decoration: underline;
}
.dr-products-whatsnew-content h2{
	font-size: 2.5rem;
}
.dr-products-whatsnew-content ul li{
	position: relative;
	line-height: 1.875rem;
	padding-left: 1.25rem;
	font-size: 1.125rem;
	color: #696969;
}
.dr-products-whatsnew-content ul li:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: .375rem;
	height: .375rem;
	background-color: #696969;	
	border-radius: 50%;
	left: 0;
	top: .75rem;
}
.dr-pro-section-situations{
	padding-top: 0;
}
.dr-pro-situations{
	position: relative;
}
.dr-pro-situations:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 117px;
	max-height: 1924px;
	height: 100%;
	background: url(/images/2020/pdr/dr-pro-features-line.png);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.dr-pro-situations .dr-products-section-situations-text h3{
	font-size: 2.25rem;
}
.dr-pro-situations-text{
	position: relative;
	padding-top: 3rem;
}
.dr-pro-situations-text:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 40px;
	height: 40px;
	background-image: url(/images/2020/pdr/dr-pro-situations-point.png);
	top: 11rem;
}
.dr-pro-section-situations .downbtn,
.dr-business-section-situations .downbtn,
.dr-business-section-situations .buybtn {
	display: block;
	margin: 80px auto 0;
}
.drive-reformatted-inaccessible:before{
	right: -43px;
}
.files-gone-from-cddvd:before{
	left: -120px;
}
.accidental-file-deletion:before{
	right: -78px;
}
.mistaken-drive-deletion:before{
	left: -140px;
}
.dr-products-buy-top{
	position: relative;
	padding-top: 0;
}
.dr-products-buy-top:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 120%;
	height: 31.25rem;
	background-color: #f7f7f7;
	border-radius: 0 0 50% 50%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.dr-products-buy h2{
	font-size: 2.5rem;
	text-align: center;
}
.business-products-buy .subtitle{
	margin-bottom: 2.25rem;
	text-align: center;
}
.dr-products-buy .view-more{
	margin-bottom: 6rem;
	text-align: center;
}
.dr-products-buy-content.flex{
	justify-content: center;
}
.dr-products-buy-content .col-3-1{
	padding: 0 1.25rem;
}
.dr-products-buy-content .col-4-1{
	padding: 0 .875rem;
}
.dr-products-buy-content .dr-products-buy{
	height: 100%;
	padding: 3.75rem 1.875rem;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 1.25rem rgba(147,80,90,0.1);
	text-align: center;
}
.dr-products-buy-content .dr-products-buy h3{
	margin-bottom: 0;
	font-size: 1.5rem;
}

.dr-products-buy-content .dr-products-buy p.usage{
	margin-top: .625rem;
}
.dr-products-buy-content .dr-products-buy p.usage,
.dr-products-buy-content .dr-products-buy p.usage .dr-explanation i{
	color: #d2151c;
}
.dr-products-buy-content .dr-products-buy .price{
	margin: 3.75rem 0 1.875rem;	
}
.dr-products-buy-content .dr-products-buy .price span{
	font-size: 2.75rem;
	font-weight: bold;
}
.dr-products-buy-content .dr-products-buy .price .original-price{
	font-size: 1rem;
	font-weight: normal;
	text-decoration: line-through;
}
.dr-products-buy-content .dr-products-buy ul{
	display: inline-block;
	padding-top: 2.75rem;
	margin-top: 3.75rem;
	border-top: 1px solid #eee;
}
.dr-products-buy-content .dr-products-buy ul li{
	position: relative;
	padding-left: 1.25rem;
	margin-bottom: .625rem;
	font-size: 1.125rem;
	text-align: left;
}
.dr-products-buy-content .dr-products-buy ul li:last-child{
	margin-bottom: 0;
}
.dr-products-buy-content .dr-products-buy ul li i{
	position: absolute;
	margin-right: .625rem;
	color: #d2151c;
	left: 0;
	top: 0;
}
.dr-products-buy-content .dr-products-buy .buybtn{
	background-color: #fff;
	border-color: #d2151c;
	color: #d2151c;
}
.dr-products-buy-content .dr-products-buy .buybtn:hover{
	background-color: #c31f22;
	color: #fff;
}
.dr-products-buy-content .recommend{
	position: relative;
}
.dr-products-buy-content .recommend:before{
	position: absolute;
	display: inline-block;
	content: "Recommended";
	width: 100%;
	background-color: #bb0007;
	border-radius: 5px 5px 0 0;
	color: #fff;
	text-transform: uppercase;
	top: -20px;
	left: 0;
}
.dr-products-buy-content .recommend .buybtn{
	background-color: #d2151c;
	color: #fff;
}
.dr-products-buy-content .recommend .buybtn:hover{
	background-color: #c31f22;
}
.dr-software-compatibility h2{
	margin-bottom: 3.75rem;
	font-size: 2.5rem;
	text-align: center;
}
.dr-software-compatibility h3{
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #ddd;
	font-size: 2.25rem;
}

.dr-support-devices-container, 
.support-file-types-container, 
.support-file-systems-container, 
.support-operating-systems-container{
	margin-bottom: 3.75rem;
}
.dr-support-devices-content.flex{
	flex-wrap: wrap;
}
.dr-support-devices-content li{
	padding: .9375rem 0;
	color: #696969;
}
.dr-support-devices-content .dr-support-devices-icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(/images/2020/icons/dr-support-devices-icon.png);
	margin-right: .625rem;
	vertical-align: middle;
}
.dr-support-devices-content .internal-hard-drive{
	background-position: 0 0;
}
.dr-support-devices-content .flash-rive{
	background-position: -24px 0;
}
.dr-support-devices-content .cd-dvd{
	background-position: -48px 0;
}
.dr-support-devices-content .raid{
	background-position: -72px 0;
}
.dr-support-devices-content .digital-camera{
	background-position: -96px 0;
}
.dr-support-devices-content .removable-hard-drive{
	background-position: -120px 0;
}
.dr-support-devices-content .pen-drive{
	background-position: -144px 0;
}
.dr-support-devices-content .memory-stick{
	background-position: -168px 0;
}
.dr-support-devices-content .memory-card{
	background-position: -192px 0;
}
.dr-support-devices-content .micro-card{
	background-position: -216px 0;
}
.dr-support-devices-content .cf-card{
	background-position: -240px 0;
}
.dr-support-devices-content .ssd{
	background-position: -264px 0;
}
.dr-support-devices-content .other-sorage-media{
	background-position: -288px 0;
}

.support-file-types-content.flex{
	flex-wrap: wrap;
	justify-content: space-between;
}
.support-file-types-content .col-3-1{
	max-width: 26%;
	flex-basis: 26%;
}
.support-file-types-content .support-file-types{
	height: 100%;
	padding: 2.5rem;
	margin-top: 1.25rem;
	border-radius: 5px;
	transition: all .2s;
}
.support-file-types-content .support-file-types i.dr-support-file-types-icon{
	display: inline-block;
	height: 50px;
	background-image: url(/images/2020/icons/dr-support-file-types-icon.png);
	margin-bottom: 1.25rem;
}
.support-file-types-content .support-file-types i.document{
	width: 36px;
	background-position: 0 0;
}
.support-file-types-content .support-file-types i.archive{
	width: 39px;
	background-position: -128px 0;
}
.support-file-types-content .support-file-types i.graphic-picture{
	width: 54px;
	background-position: -37px 0;
}
.support-file-types-content .support-file-types i.video-audio{
	width: 34px;
	background-position: -93px 0;
}
.support-file-types-content .support-file-types i.email{
	width: 57px;
	background-position: -168px 0;
}
.support-file-types-content .support-file-types i.other-files{
	width: 57px;
	background-position: -226px 0;
}
.support-file-types-content .support-file-types h4{
	margin-bottom: 1.25rem;
	font-size: 1.875rem;
	font-weight: 500;
}
.support-file-types-content .support-file-types p{
	color: #696969;
}
/* .support-file-types-content .support-file-types:hover {
	position: relative;
	box-shadow: 0 0 2.5rem rgba(160,9,15,0.08);
}
.support-file-types-content .support-file-types:hover :before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: 4px;
	background-color: #d2151c;
	border-radius: 0 0 5px 5px;
	top: 0;
	left: 0;
} */
.support-file-systems-content.flex{
	flex-wrap: wrap;
}
.support-file-systems-content{
	width: 55%;
}
.support-file-systems-content li{
	line-height: 1.875rem;
	margin-right: 1.875rem;
	font-size: 1.125rem;
	color: #696969;
}
.support-operating-systems-content p{
	font-size: 1.125rem;
	color: #696969;
}
.dr-software-compatibility .commercial-use-btn{
	display:inline-block;
	width: 23.75rem;
	border-color: #d2151c;
	font-size: 1.5rem;
	color: #d2151c;
}
.dr-software-compatibility .commercial-use-btn:hover{
	background-color: #d2151c;
	color: #fff;
}

.dr-howit-work{
	text-align:center;
}
.howit-works-wrapper{
	margin-top: 5rem;
}
.howit-works-wrapper .pagination ul li{
	position: relative;
	padding-left: 5rem;
	margin-bottom: 5rem;
	cursor: pointer;
}
.howit-works-wrapper .pagination ul li:last-child{
	margin-bottom: 0;
}
.howit-works-wrapper .pagination ul li p{
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
}
.howit-works-wrapper .pagination ul li p span{
	position: absolute;
	display: inline-block;
	padding: 0;
	margin-top: 0;
	color: #333;
	top: 0;
	left: -5rem;
}
.howit-works-wrapper .pagination ul li span{
	display: block;
	padding: 0 7rem 0 0;
	margin-top: 1rem;
	color: #696969;
}
.howit-works-wrapper .pagination ul li.active p,
.howit-works-wrapper .pagination ul li.active span{
	color: #d2151c;
}

.howit-works-content{
	width:100%;
	overflow: hidden;
}
.howit-works-content ul{	
	text-align: center;
}
.howit-works-content ul li{
	display: inline-block;	
	padding: 0 3.75rem;
}
.howit-works-content ul li img{
	max-width:100%;
	height: auto;
}

.howit-works-wrapper .swiper-pagination{
	text-align: left;
}	
.howit-works-wrapper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.howit-works-wrapper .swiper-button-prev{
	left:0;
}
.howit-works-wrapper .swiper-button-next{
	right:0;
}
.howit-works-wrapper .swiper-pagination{
	position: static;
}
.howit-works-wrapper .swiper-button-next:after, 
.howit-works-wrapper .swiper-button-prev:after{
	font-size: 34px;
	color: #ccc;
}

/**dr pro end**/

/**dr business**/
.dr-business-banner{
	background-image: url(/images/2020/pdr/dr-business-banner-bg.png);
	background-size: cover;
	background-position: center bottom;
}
.dr-business-banner:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 37.1875rem;
	height: 23rem;
	background-image: url(/images/2020/pdr/dr-business-banner-bg1.png);
	background-size: cover;
	left: 50%;
	bottom: 2.5rem;
	transform: translateX(-50%);
}
.dr-business-section-situations{
	padding-top: 0;
}
.dr-business-situations .dr-products-section-situations-content{
	padding-bottom: 5rem;
	border-bottom: 1px solid #eee;
}
.dr-business-situations .dr-products-section-situations-content:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.dr-business-situations .dr-products-section-situations-text{
	padding-top: 3rem;
}


/**dr business end**/

/**dr boot**/

.dr-boot-banner{
	background-image: url(/images/2020/pdr/dr-boot-banner-bg.png);
	background-size: cover;
	background-position: center bottom;
}
.dr-boot-banner:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 47.8125rem;
	height: 25.625rem;
	background-image: url(/images/2020/pdr/dr-boot-banner-bg1.png);
	background-size: cover;
	left: 50%;
	bottom: 2.5rem;
	transform: translateX(-50%);
}
.dr-boot-banner-content{
	padding-bottom: 25rem;
	text-align: center;
}
.boot-section-situations{
	padding-bottom: 0;
}
.boot-products-buy{
	padding-top: 6rem;
}
.dr-products-buytab-container.flex{
	justify-content: center;
}
.dr-products-buytab-container{
	margin-bottom: 3.25rem;
	text-align: center;
}
.dr-products-buytab-container li{
	width: 13.75rem;
	padding: 0 1.875rem 2.5rem;
	border-bottom: 4px solid #ddd;
	font-size: 2.5rem;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s;
}
.dr-products-buytab-container li.active{
	border-color: #d2151c;
}
.dr-boot-buy-container .dr-products-buy-content{
	display: none;
}
.dr-boot-buy-container .dr-products-buy-content.active{
	display: flex;
}
.dr-boot-article{
	text-align: center;
}
.dr-boot-article-container{
	margin-top: 3.75rem;
}
.dr-boot-article-container ul.flex{
	flex-wrap: wrap;
}
.dr-boot-article-container ul li{
	position: relative;
	padding: 1rem 0 1rem 1.875rem;
	font-size: 1.125rem;
	text-align: left;
}
.dr-boot-article-container ul li:before,
.dr-boot-article-container ul li:after{
	position: absolute;
	display:inline-block;
	content: "";
	border-radius: 50%;
}
.dr-boot-article-container ul li:before{
	width: 1.125rem;
	height: 1.125rem;
	background-color: #fdeded;
	left: 0;
	top: 1.125rem;
}
.dr-boot-article-container ul li:after{
	width: .375rem;
	height: .375rem;
	background-color: #e11f27;
	left: .375rem;
	top: 1.5rem;
}
.dr-boot-article-container ul li a{
	color: #696969;
}

.dr-boot-howit-work .howit-works-content{
	margin-top: 4.5rem;
}
.dr-boot-howit-work .howit-works-wrapper .pagination ul li{
	margin-bottom: 3.75rem;
}

/**dr boot end**/
/**dr comparison**/
.dr-comparison-banner{
	background-image: url(/images/2020/pdr/dr-comparison-banner-bg.png);
	background-size: cover;
}
.dr-other-banner-content p{
	line-height: 1.875rem;
	font-size: 1.125rem;
}
.dr-comparison{
	padding-top: 0;
}
.dr-comparison-tab-wrapper.flex{
	justify-content: center;
}
.dr-comparison-tab-wrapper{
	margin-bottom: 3.75rem;
}
.dr-comparison-tab-wrapper li{
	padding: 1.25rem 2.5rem;
	background-color: #eee;
	font-size: 1.5rem;
	cursor: pointer;
}
.dr-comparison-tab-wrapper li:first-child{
	border-radius: 5px 0 0 5px;
}
.dr-comparison-tab-wrapper li:last-child{
	border-radius: 0 5px 5px 0;
}
.dr-comparison-tab-wrapper li.active{
	background-color: #d2151c;
	color: #fff;
}
.dr-comparison-wrapper{
	text-align: center;
}
.dr-comparison-wrapper .dr-products-comparison-wrapper{
	display: none;
}
.dr-comparison-wrapper .dr-products-comparison-thead ul.edition:before{
	background-color: #fff;
}
.dr-comparison-wrapper .dr-products-comparison-thead ul.edition .comparison-title{
	background-color: #fff;
}
.dr-comparison-wrapper .dr-products-comparison-thead ul.price li{
	font-size: 1.125rem;
}
.dr-comparison-wrapper .dr-products-comparison-thead ul.price li span{
	font-size: 2.25rem;
}
.dr-comparison-wrapper .dr-products-comparison-thead ul.price li span.original-price{
	font-size: 1.125rem;
}

.dr-comparison-wrapper .dr-products-comparison-tbody ul:nth-child(2n){
	background-color: #f7f7f7;
}
.dr-comparison-wrapper .dr-products-comparison-wrapper.active{
	display: block;
}
/**dr comparison end**/
/**dr upgrade**/
.dr-upgrade-banner{
	background-image: url(/images/2020/pdr/dr-upgrade-banner-bg.png);
	background-size: cover;
}
.dr-upgrade-banner-content{
	text-align: center;
}
.dr-upgrade-banner-content h1 span{
	color: #fcb429;
}
.dr-upgrade-banner-icon.flex{
	justify-content: center;
}
.dr-upgrade-banner-icon{
	margin-top: 4rem;
	margin-bottom: 5rem;
}

.dr-upgrade-banner-icon i{
	display:inline-block;
	height: 40px;
	margin: 0 1.875rem;
	background: url(/images/2020/icons/dr-upgrade-banner-icons.png) no-repeat;
}
.dr-upgrade-banner-icon i.days-money-back{
	width: 38px;
	background-position: 0 0;
}
.dr-upgrade-banner-icon i.safe{
	width: 34px;
	background-position: -38px 0;
}
.dr-upgrade-banner-icon i.technical-support{
	width: 36px;
	background-position: -72px 0;
}
.dr-upgrade-banner-icon i.trusted-by-millions{
	width: 38px;
	background-position: -108px 0;
}
.dr-upgrade-reviewicons:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 5.9375rem;
	height: 7.625rem;
	background-image: url(/images/2020/pdr/dr-upgrade-banner-bg1.png);
	top: -5rem;
	right: 5rem;
}
.dr-upgrade-reviewicons-container.flex{
	justify-content: center;
}
.dr-upgrade-reviewicons-container{
	position: relative;
	padding: 2.5rem 2.5rem;
	margin-top: -9.5rem;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2.5rem rgba(25,25,32,0.08);	
	z-index: 1;
}

.dr-upgrade-reviewicons-container i{
	display: inline-block;
	height: 46px;
	margin: 0 2rem;
	background: url(/images/2020/icons/dr-upgrade-review-icons.png) no-repeat;
}
.dr-upgrade-reviewicons-container i.pcworld{
	width: 139px;
	background-position: 0 0;
}
.dr-upgrade-reviewicons-container i.cnet{
	width: 46px;
	background-position: -139px 0;
}
.dr-upgrade-reviewicons-container i.lifehacker{
	width: 162px;
	background-position: -185px 0;
}
.dr-upgrade-reviewicons-container i.softpedia{
	width: 148px;
	background-position: -347px 0;
}
.dr-upgrade-reviewicons-container i.tech-advisor{
	width: 224px;
	background-position: -495px 0;
}
.dr-upgrade-wrapper{
	padding-top: 0;
	background-image: url(/images/2020/pdr/dr-upgrade-buy-bg.png);
	background-position: bottom center;
	background-size: 100%;
}
.dr-upgrade-wrapper:before, .dr-upgrade-wrapper:after{
	position: absolute;
	display: block;
	content: "";
}
.dr-upgrade-wrapper:before{
	width: 127px;
	height: 251px;
	background-image: url(/images/2020/pdr/dr-upgrade-buy-bg2.png);
	top: 3rem;
	left: 0;
}
.dr-upgrade-wrapper:after{
	width: 121px;
	height: 231px;
	background-image: url(/images/2020/pdr/dr-upgrade-buy-bg1.png);
	top: 3rem;
	right: 0;
}
.dr-upgrade-container{
	position: relative;
	text-align: center;
	z-index: 1;
}
.dr-upgrade-container .descript{
	margin-bottom: 2.5rem;
	font-size: 1.25rem;
	color: #696969;
}
.dr-upgrade-container .coop.flex{
	justify-content: center;
}
.dr-upgrade-container .coop{
	margin-bottom: 3.75rem;
}
.dr-upgrade-container .coop i{
	display: inline-block;
	height: 30px;
	margin: 0 1.25rem;
	background: url(/images/2020/icons/dr-upgrade-coop-icons.png) no-repeat;
}
.dr-upgrade-container .coop i.visa{
	width: 47px;
	background-position: 0 0;
}
.dr-upgrade-container .coop i.mastercard{
	width: 50px;
	background-position: -47px 0;
}
.dr-upgrade-container .coop i.mcafee{
	width: 88px;
	background-position: -97px 0;
}
.dr-upgrade-container .subtitle{
	margin-bottom: 3.75rem;
	font-size: 1.25rem;
	color: #696969;
}
.dr-upgrade-tab-wrapper.flex{
	justify-content: center;
}
.dr-upgrade-tab-wrapper{
	margin-bottom: 3.75rem;
}
.dr-upgrade-tab-wrapper li{
	padding: 1rem 3.75rem;
	background-color: #eee;
	font-size: 1.875rem;
	cursor: pointer;
}
.dr-upgrade-tab-wrapper li:first-child{
	border-radius: 5px 0 0 5px;
}
.dr-upgrade-tab-wrapper li:last-child{
	border-radius: 0 5px 5px 0;
}
.dr-upgrade-tab-wrapper li.active{
	background-color: #d2151c;
	color: #fff;
}
.dr-upgrade-content-container{
	width: 100%;
	display: none;
}
.dr-upgrade-content-container .col-3-1{
	height: 100%;
	padding: 0 1.25rem;
}
.dr-upgrade-content-container .col-4-1{
	height: 100%;
	padding: 0 .9375rem;
}
.dr-upgrade-content{	
	height: 100%;
	padding: 3.75rem 1.875rem;
	background-color: #fff;
	box-shadow: 0 0 1rem rgba(210,21,28,0.08);
}
.dr-upgrade-content h3{
	font-size: 1.5rem;
}
.dr-upgrade-content .usage{
	font-size: 1rem;
	color: #d2151c;
}
.dr-upgrade-content .usage .dr-explanation i{
	color: #d2151c;
}
.dr-upgrade-content .price{
	margin: 3.75rem 0 1.875rem;
}
.dr-upgrade-content .price span{
	font-size: 2.75rem;
	font-weight: bold;
}
.dr-upgrade-content .price span.original-price{
	font-size: 1rem;
	font-weight: normal;
	text-decoration: line-through;
}
.dr-upgrade-content ul{
	display:inline-block;
	padding-top: 2.75rem;
	margin-top: 3.75rem;
	border-top: 1px solid #eee;
}
.dr-upgrade-content ul li{
	position: relative;	
	padding-left: 1.25rem;
	margin-bottom: .625rem;
	font-size: 1.125rem;
	text-align: left;
}
.dr-upgrade-content ul li:last-child{
	margin-bottom: 0;
}
.dr-upgrade-content ul li:before{
	position: absolute;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #d2151c;
	border-radius: 50%;
	left: 0;
	top: .5625rem;
}
.dr-upgrade-content ul li.red{
	color: #d2151c;
}
.dr-upgrade-content ul li .usage{
	display:inline-block;
}
.dr-upgrade-content.recommend{
	position: relative;
}
/* .dr-upgrade-content.recommend .buybtn{

	background-color: #d2151c;
	color: #fff;
}
.dr-upgrade-content.recommend .buybtn:hover{
	background-color: transparent;
	color: #d2151c;
} */
.dr-upgrade-content.recommend:before{
	position: absolute;
	display: block;
	content: "DEAL OF THE MONTH";
	padding: 0 5px;
	background-color: #d2151c;
	font-size: .625rem;
	color: #fff;
	text-transform: uppercase;
	top: 10px;
	left: -5px;
}
.dr-upgrade-content.recommend:after{
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 20px;
	background-color: #d2151c;
	transform: skewY(60deg);
	top: 22px;
	left: -5px;
	z-index: -1;
}
.dr-upgrade-content-container.active{
	display: block;
}
.dr-upgrade-container .note{
	margin-top: 3.75rem;
	margin-bottom: 2rem;
	color: #333;
}

.dr-upgrade-faq{
	padding-top: 0;
}
.dr-upgrade-faq h2{
	margin-bottom: 3.125rem;
	text-align: center;
}
.dr-upgrade-contact{
	padding-top: 0;
	text-align: center;
}
.contact-information.flex{
	flex-wrap: wrap;
}
.contact-information{
	margin-top: 3.75rem;
}
.contact-information li{
	margin-right: 3.75rem;
	margin-bottom: 1.625rem;
	font-size: 1.125rem;
	color: #696969;
}
.contact-information li i{
	display: inline-block;
	width: 23px;
	margin-right: 1.25rem;
	background-image: url(/images/2020/icons/dr-upgrade-contact-icons.png);
	vertical-align: middle;
}
.contact-information li i.tel{
	height: 20px;
	background-position: 0 0;
}
.contact-information li i.fax{
	height: 20px;
	background-position: 0 -20px;
}
.contact-information li i.email{
	height: 19px;
	background-position: 0 -40px;
}
.contact-information li i.head-office{
	height: 28px;
	background-position: 0 -59px;
}

/**dr upgrade end**/




/**dr install**/
.dr-install-banner{
	background-color: #f7f7f7;
}

.dr-install-banner:before{
	position: absolute;
	display: block;
	content: "";
	width: 3.6875rem;
	height: 7.875rem;
	background-image: url(/images/feedback/pdr/dr-install-banner-bg.png);
	background-size: cover;
	transform: rotate(180deg);
	top: 0;
	right: 0;
}
.dr-install-banner-content{
	position: relative;
	color: #696969;
	text-align: center;
	z-index: 1;
}
.dr-install-banner-content h1{
	line-height: 3.5rem;
	margin-bottom: 3rem;
	color: #333;
}
.dr-install-banner-content h1 span{
	display: block;
	font-weight: normal;
}
.dr-install-banner-content .recover-steps-title{
	margin-bottom: 2.5rem;
	font-size: 1.875rem;
}
.dr-install-banner-content .recover-steps-content .col-3-1{
	padding: 0 1.875rem;
}
.dr-install-banner-content .recover-steps-content .recover-steps{
	padding: 1.875rem;
	background-color: #fcfcfc;
	border: 1px solid #eee;
	border-radius: 7px;	
	box-shadow: 4px 4px 20px rgba(218,218,228,0.2);
}
.dr-install-banner-content .recover-steps i.recover-steps-icons{
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image: url(/images/feedback/pdr/dr-install-steps.png);
}
.dr-install-banner-content .recover-steps i.step-select{
	background-position: 0 0;
}
.dr-install-banner-content .recover-steps i.step-scan{
	background-position: 0 -100px;
}
.dr-install-banner-content .recover-steps i.step-recover{
	background-position: 0 -200px;
}
.dr-install-banner-content .recover-steps p{
	margin-top: 1.25rem;
	font-size: 1.5rem;
	font-weight: bold;
	color:#333;
}
.dr-install-banner-content .recover-steps p span{
	display: block;
	padding: 0 1.875rem;
	margin-top: .625rem;
	font-size: 1.25rem;
	font-weight: normal;
	color: #696969;
}
.common-recovery-resource{
	padding-top: 0;
	text-align: center;
}
.common-recovery-resource-container.flex{
	flex-wrap: wrap;
}
.common-recovery-resource-container .col-2-1{
	padding: 0 1.25rem;
	margin-top: 2.5rem;
}
.common-recovery-resource-container .common-recovery-resource-content{
	height: 100%;
	padding: 2.5rem 1.875rem;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(40,40,58,0.05);
	text-align: left;
}
.common-recovery-resource-container .common-recovery-resource-content i.common-recovery-resource-icons{
	display: inline-block;
	width: 170px;
	height: 150px;
	background-image: url(/images/feedback/pdr/dr-install-functions.png);
	background-size: cover;
}
.common-recovery-resource-container .common-recovery-resource-content i.recover-deleted-files{
	background-position: 0 0;
}
.common-recovery-resource-container .common-recovery-resource-content i.recover-data-hd{
	background-position: 0 -150px;
}
.common-recovery-resource-container .common-recovery-resource-content i.recover-files-sdcard{
	background-position: 0 -300px;
}
.common-recovery-resource-container .common-recovery-resource-content i.photo-recovery{
	background-position: 0 -450px;
}
.common-recovery-resource-container .common-recovery-resource-content h3{
	margin-top: 1.875rem;
	font-size: 1.5rem;
	font-weight: 500;
}
.common-recovery-resource-container .common-recovery-resource-content ul{
	margin-top: 1.875rem;
}
.common-recovery-resource-container .common-recovery-resource-content ul li{
	position: relative;	
	line-height: 1.875rem;
	padding-left: 1.25rem;
	font-size: 1.125rem;
}
.common-recovery-resource-container .common-recovery-resource-content ul li:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #696969;
	border-radius: 50%;
	top: 10px;
	left: 0;
}
.common-recovery-resource-container .common-recovery-resource-content ul li a{
	color: #696969;
}
.common-recovery-resource-container .common-recovery-resource-content ul li a:hover{
	color: #d2151c;
}
.common-recovery-resource-container .dr-install-new{
	position: relative;
	display:inline-block;
	width: 40px;
	height: 18px;
	border: 1px solid #e11f27;
	border-radius: 3px;
	margin-left: .5rem;
	font-size: 1rem;
	color: #e11f27;
	vertical-align: middle;
}
.common-recovery-resource-container .dr-install-new:before{
	position: absolute;
	display:inline-block;
	content: "new";
	font-style: normal;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/**dr install end**/

/**dr uninstall**/
.dr-uninstall-banner{	
	background: #F7F7F7;
}
.dr-uninstall-banner-container{
	padding: 4rem 0;
	background: url("/images/feedback/pdr/dr-uninstall-banner-bg.png") center no-repeat;
	background-size: cover;
}
.dr-uninstall-banner h1{
	padding: 0;
	line-height: 5.25rem;
	font-size: 3.5rem;
	color: #28283A;
	text-align: center;
}

.dr-uninstall-banner h1 span{
	display: block;
}


/**dr uninstall end**/

/**dr review**/
.dr-review-banner{
	background-image: url(/images/2020/pdr/dr-review-banner-bg.png);
	background-position: top right;
}
.dr-review-banner .dr-other-banner-content p span{
	display: block;
	margin-top: 1.25rem;
}
.dr-editor-review h2{
	margin-bottom: 3.75rem;
	text-align: center;
}
.dr-editor-review-container{
	height: 20.75rem;
}
.dr-editor-review-wrapper .col-4-1{
	padding: .625rem .9375rem;
}
.dr-editor-review-wrapper .dr-editor-review-content{
	padding: 2.5rem 1.875rem;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px 10px rgba(180,178,196,0.2);
}
.dr-editor-review-wrapper .dr-editor-review-content h3{
	padding-bottom: 1.875rem;
	border-bottom: 1px solid #eee;
}
.dr-editor-review-wrapper .dr-editor-review-content h3 img{
	width: auto;
	max-height: 40px;
}
.dr-editor-review-wrapper .dr-editor-review-content p{
	display: -webkit-box;
	height:auto;
	padding: 0;
	margin-top: 20px;	
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.dr-editor-review-wrapper .dr-editor-review-content .read-more{
	margin-top: 1.25rem;
	text-align: right;
}
.dr-editor-review-wrapper .dr-editor-review-content a{
	display: inline-block;
	color: #696969;
}
.dr-editor-review-wrapper .dr-editor-review-content a:hover{
	color: #d2151c;
}
.dr-user-review{
	background: url(/images/2020/pdr/dr-review-user-bg.png) left top no-repeat #f6f6f7;
	background-size: 100% auto;
}
.dr-user-review-container{
	padding: 0 5rem;
	background-image: url(/images/2020/pdr/dr-review-user.png);
}
.dr-user-review-container .dr-user-review-title{
	padding: 14rem 3rem 6rem 6rem;
}
.dr-user-review-container .dr-user-review-title h2{
	position: relative;	
	color: #fff;
}
.dr-user-review-container .dr-user-review-title h2:before{
	position: absolute;
	display: block;
	content: "";
	width: 4.125rem;
	height: 3.5625rem;
	background-image: url(/images/2020/pdr/dr-review-user-quotes.png);
	top: -4rem;
	left: -5rem;
}
.dr-user-review-container .dr-user-review-title h2:after{
	position: absolute;
	display: block;
	content: "";
	width: 3.75rem;
	height: .375rem;
	background-color: #fff;
	border-radius: 10px;	
	bottom: -1.5rem;
	left: 0;
}
.dr-user-review-content{
	min-height: 40rem;
	padding: 2.5rem;
	margin-top: 3.75rem;
	background-color: #fff;
	border-radius: 10px;
}
.dr-user-mask{
	position: absolute;
	width:16.25rem;		
	height: 20.75rem;
	background-image: -webkit-linear-gradient(left, hsla(0,0%,100%,0), #fff);
	background-image: -moz-linear-gradient(left, hsla(0,0%,100%,0), #fff);
	background-image: -o-linear-gradient(left, hsla(0,0%,100%,0), #fff);
	background-image: linear-gradient(left, hsla(0,0%,100%,0), #fff);
	bottom: 6rem;
	right: 0;
	z-index: 2;
}

/**dr review end**/
/**dr help**/
.dr-help-banner{
	background-image: url(/images/2020/pdr/dr-manual-banner-bg.png);
	background-size: cover;
}
.dr-help-banner .dr-other-banner-content{
	text-align: center;
}
.dr-manual-container .col-3-1{
	padding: 0 1.25rem;	
}
.dr-manual-container .dr-manual-content{
	height: 100%;
	padding: 2.5rem;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(180,178,196,0.2);
}
.dr-manual-container .dr-manual-content i.dr-manual-icon{
	display: inline-block;
	width: 38px;
	height: 50px;
	margin-bottom: 1.25rem;
	background-image: url(/images/2020/icons/dr-manual-icon.png);
}
.dr-manual-container .dr-manual-content h3{	
	font-size: 1.5rem;
}
.dr-manual-container .dr-manual-content ul li{
	position: relative;
	line-height: 1.875rem;
	padding-left: 1.25rem;
	font-size: 1.125rem;
}
.dr-manual-container .dr-manual-content ul li:before{
	position: absolute;
	display:inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #696969;
	left: 0;
	top: .75rem;
}
.dr-manual-container .dr-manual-content ul li a{
	color: #696969;
}
.dr-manual-container .dr-manual-content ul li a:hover{
	color: #d2151c;
}
/**dr help end**/

/**dr upgrade history**/

.dr-upgrade-history-banner{
	background-image: url(/images/2020/pdr/dr-upgrade-history-banner-bg.png);
	background-size: cover;
}
.dr-upgrade-history-banner .dr-other-banner-content{
	text-align: center;
}
.dr-upgrade-history-banner .dr-other-banner-content p{
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
}
.dr-breadcrumbs{
	padding-bottom: 0;
	font-size: 1.5rem;
	color: #333;
}
.dr-breadcrumbs a{
	font-size: 1.5rem;
	color: #696969;
}
.dr-upgrade-history{
	padding-top: 3.75rem;
}
.dr-upgrade-history-container .history-year.flex{
	flex-wrap: wrap;
}
.dr-upgrade-history-container .history-year{
	padding-right: 6rem;
}
.dr-upgrade-history-container .history-year li{	
	width: 100%;
	padding: .875rem;
	margin-bottom: 1.875rem;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	font-size: 1.5rem;
	text-align: center;
	cursor: pointer;
}
.dr-upgrade-history-container .history-year li.active{
	background-color: #d2151c;
	border: 1px solid #d2151c;
	color: #fff;
}
.dr-upgrade-history-wrapper{
	padding-left: 30px;
	border-left: 1px solid #ff7277;
}
.dr-upgrade-history-content{
	display: none;
}
.dr-upgrade-history-content .upgrade-history{
	margin-bottom: 3.125rem;
	font-size: 1.125rem;
}
.dr-upgrade-history-content .upgrade-history:last-child{
	margin-bottom: 0;
}
.dr-upgrade-history-content .upgrade-history h3{
	position: relative;
	font-size: 1.5rem;
}
.dr-upgrade-history-content .upgrade-history h3:before,
.dr-upgrade-history-content .upgrade-history h3:after{
	position: absolute;
	display: inline-block;
	content: "";
	border-radius: 50%;
}
.dr-upgrade-history-content .upgrade-history h3:before{
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #ff7277;	
	left: -38px;
	top: 7px;
}
.dr-upgrade-history-content .upgrade-history h3:after{
	width: 8px;
	height: 8px;
	background-color: #ff7277;
	left: -35px;
	top: 10px;
}
.dr-upgrade-history-content .upgrade-history h3 .latest-upgrade{
	font-size: 1.25rem;
	color: #d2151c;
}

.dr-upgrade-history-content .upgrade-history ul li{
	position: relative;
	line-height: 1.875rem;
	padding-left: 1.25rem;
	color: #696969;
}
.dr-upgrade-history-content .upgrade-history ul li:before{
	position: absolute;
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #696969;
	border-radius: 50%;
	left: 0;
	top: .75rem;
}
.dr-upgrade-history-content .upgrade-history ul li .inline-list li{
	line-height: 1.25rem;
	font-size: .875rem;
	list-style: none;
}
.dr-upgrade-history-content .upgrade-history ul li .inline-list li:before{
	display: none;
}
.dr-upgrade-history-content.active{
	display: block;
}

/**dr upgrade history end**/

/**dr thanks-download**/
.dr-thanksdown-banner{
	padding: 4.125rem 0;
	background: url("/assets/img/dr-thanksdown-banner-bg.png") center no-repeat;
	background-size: cover;
}
.dr-banner-conent-container{
	justify-content: space-between;
	align-items: center;
}
.dr-thanksdown-banner-content{
	width: 60%;
}
.dr-thanksdown-banner-content h1{
	padding: 0;
	line-height: 4.635rem;
	font-size: 3.5rem;
	text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.dr-thanksdown-banner-content h1 span{
	display: block;
}
.dr-thanksdown-banner-img{
	margin-left: 1.25rem;
}

.thanksdown-products{
	padding: 100px 0;
}
.thanksdown-products h2{
	padding: 0 0 3.75rem;
	line-height: 2.9375rem;
	font-size: 3rem;
	color: #28283A;
	text-align: center;
}
.thanksdown-products h2 span{
	background-image: linear-gradient(90deg, #19D29C -23.16%, #00986B 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.feedback-products-container{
	justify-content: center;
}
.feedback-products-item{
	max-width: 853px;
	width: 100%;
	padding: 40px;
	background-color: #f4f4f4;
	border-radius: 10px;
}
.feedback-products-item:not(:last-child){
	margin-right: calc(100% * 0.029411);
}
.feedback-products-item h3{
	line-height: 42px;
	margin-bottom: 1.875rem;
	font-size: 2.5rem;
	font-weight: 600;
	color: #191920;
}
.feedback-products-item .descript{
	line-height: 27px;
	margin-bottom: 1.875rem;
	color: #424A4F;
	font-size: 2rem;
}
.feedback-products-item .descript span{
	font-weight: 500;
	color: #008233;
}
.feedback-products-item .downbtn{
	display: inline-block;
	line-height: 24px;
	padding: 10px 30px;
	background-color: #008233;
	border-radius: 4px;
	font-size: 1.8rem;
	color: #fff;
}
.feedback-products-item .downbtn:hover{
	background-color: #007930;
	text-decoration: none;
}
.feedback-products-item .read-more{
	display: inline-block;
	margin-top: 10px;
	font-size: 1.125rem;
	color: #696969;
	text-decoration: underline;
}
.feedback-products-item .read-more:hover{
	text-decoration: none;
}
.feedback-products-item .img{
	margin-top: 10px;
	text-align: center;
}

.feedback-pdf{
	background: url("/assets/img/feedback-pdf-bg.png") center no-repeat;
	background-size: cover;
}
.feedback-pdf h3,
.feedback-pdf .descript,
.feedback-pdf .read-more{
	color: #fff;
}
.feedback-pdf .descript span{
	color: #FAFF0A;
}
.feedback-pdf .downbtn{
	background-color: #fff;
	color: #158965;
}
.feedback-pdf .downbtn:hover{
	background-color: #f7f7f7;
}
.feedback-pdf .img{
	margin-top: 30px;
}



@media screen and (max-width: 1366px){
	
	.dr-index-content-img:after{
		width: 50rem;
		height: 38.625rem;
	}
	.dr-free-down-wrapper p{
		padding: 0 12rem;
	}
	
	.files-gone-from-cddvd:before{
		left: -7.375rem;
	}
	.accidental-file-deletion:before{
		right: -4.875rem;
	}
	.mistaken-drive-deletion:before{
		left: -8.75rem;
	}
}
@media screen and (width: 1024px){
	h1{
		line-height: 4rem;
	}
	.dr-index-feature-content h3{
		font-size: 1.375rem;
	}
	.dr-products-section-situations-text{
		padding-top: 3rem;
	}	
}
@media screen and (max-width: 1024px){
	.dr-banner.dr-index-banner{
		height: auto;
		padding-bottom: 12rem;
	}
	.dr-index-content-img:after{
		width: 43.75rem;
		height: 33.8125rem;
		top: 6rem;
		bottom: auto;
	}
	.dr-index-feature-content .dr-index-feature-icon{
		margin-bottom: 0;
		-webkit-transform: scale(0.8,0.8);
		transform: scale(0.8,0.8);
	}
	.dr-pro-situations:before, 
	.drive-reformatted-inaccessible:before,
	.files-gone-from-cddvd:before,
	.accidental-file-deletion:before,
	.mistaken-drive-deletion:before{
		display: none;
	}
	.dr-software-guarantee-wrapper .col-4-1{
		padding: 0 1rem;
	}
	.dr-software-guarantee-content p{
		line-height: 1.5rem;
		font-size: 1.25rem;
	}
	.dr-software-guarantee-content p span{
		font-size: .875rem;
	}
	.dr-software-guarantee-content i{
		width:2.75rem;
		height: 2.75rem;
	}
	.dr-upgrade-reviewicons-container i{
		margin: 0 1.25rem;
	}
	.dr-row-gray-top:before{
		display: none;
	}
	
}

@media screen and (max-width: 1023px){	
	.dr-row-gray-top{
		margin-top: 0;
	}
	.dr-row-gray-top:before{
		display: none;
	}
	
	.flex .dr-index-content-text.col-3-2, 
	.dr-index-win-mac-container.flex .col-2-1, 
	.dr-index-whatsnew-container .col-2-1,
	.dr-index-review-container.flex .col-3-1,
	.dr-index-review-container.flex .col-3-2,
	.dr-free-section-devices-container.flex .col-3-1,
	.dr-free-support-filetype-wrapper.flex .col-3-1,
	.dr-free-support-filetype-wrapper.flex .col-3-2,
	.dr-free-reviews-wrapper.flex .col-2-1,
	.howit-works-wrapper .col-2-1,
	.dr-comparison-banner .dr-banner-conent-container .col-3-1,
	.dr-comparison-banner .dr-banner-conent-container .col-3-2{
		max-width: 100%;
		flex-basis: 100%;		
	}
	.dr-index-content-text{
		padding: 0 3rem;
		text-align: center;
	}
	.dr-index-content-img{
		position: relative;
		padding-bottom: 40.4375rem;
	}
	.dr-index-content-img:after{
		width: 59.875rem;
		height: 46.25rem;
		background-size: 100%;
		top: 0;
	}
	.dr-index-win-mac-container{
		background-color: #fff;
		border-radius: 1rem;
		box-shadow: 0 0 2.5rem rgba(25,25,32,0.08);
	}
	.dr-index-win-mac-content{
		background-color: #fff;
		border-radius: 0;
		box-shadow: none;
	}
	.dr-index-win-mac-container .col-2-1:last-child .dr-index-win-mac-content{
		padding-top: 0;
	}
	.dr-index-win-mac-content .dr-index-links-btn{
		margin-top: 1.25rem;
	}
	.dr-index-whatsnew{
		padding-top: 0;
		text-align: center;
	}
	.dr-index-whatsnew-content ul{
		display: inline-block;
		text-align: left;
	}
	.dr-index-whatsnew-img{
		margin-top: 3.75rem;
		text-align: center;		
	}
	.dr-index-features-container .col-4-1{
		position: relative;
		height: auto;
		padding: 0 .9375rem;
		margin-bottom: 1.875rem;
	}
	.dr-index-features-container .col-4-1:nth-child(1),
	.dr-index-features-container .col-4-1:nth-child(2),
	.dr-index-features-container .col-4-1:nth-child(3),
	.dr-index-features-container .col-4-1:nth-child(4),
	.dr-index-features-container .col-4-1:nth-child(5),
	.dr-index-features-container .col-4-1:nth-child(6),
	.dr-index-features-container .col-4-1:nth-child(7),
	.dr-index-features-container .col-4-1:nth-child(8){
		border: none;
	}	
	.dr-index-feature-content, 
	.dr-index-features-container .col-4-1 .active{
		padding: 3rem;
		box-shadow: 5px 5px 16px rgba(193,193,193,0.3);
	}
	.dr-index-feature-content p{
		display: block;
	}
	.dr-index-features-container .col-4-1 .active h3{
		margin-bottom: 0;
	}	
	.dr-index-review-container{
		height: auto;
	}
	.dr-index-review-title:after{
		display: none;
	}
	.dr-index-review-container.flex .col-3-2 .dr-index-review-column{
		padding-top: 0;
	}
	.dr-index-review-title{
		text-align: center;
	}	
	.dr-index-review-title img{
		margin-bottom: 0;
		vertical-align: middle;
	}
	.dr-index-review-title h2, .dr-index-review-title h2 span{
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.dr-index-review-title h2{
		margin-left: 1.25rem;
		
	}
	.dr-index-review-title h2 span{
		font-size: 3rem;
	}	
	
	.dr-products-buy-top:before{
		width: 100%;
		border-radius: 0 0 20% 20%;
	}
	
	.dr-products-section-situations-content,
	.dr-products-section-situations-content .dr-products-section-situations-img,
	.dr-free-support-filetype-wrapper,
	.dr-products-section-situations-content:nth-child(2n) .dr-products-section-situations-img{
		text-align: center;
	}
	
	.dr-products-section-situations-content .dr-products-section-situations-img{
		margin-top: 1.875rem;
	}
	
	.dr-products-section-situations-content .col-2-1{
		padding: 0 1.875rem;
	}
	.dr-products-section-situations-text{
		padding-top: 1.876rem;
	}
	.dr-products-section-situations-text h3{
		font-size: 1.625rem;
	}
	.dr-free-section-devices-container .col-3-1{
		margin-bottom: 1.25rem;
	}
	.dr-free-section-devices-container .col-3-1:last-child,
	.dr-free-support-filetype-container.flex .col-3-1:last-child{
		margin-bottom: 0;
	}
	.dr-free-section-devices-content{
		padding: .625rem 1.25rem;
		text-align: left;
	}
	.dr-free-section-devices-content i.dr-free-devices-icon{
		transform: scale(0.8,0.8);
		vertical-align: middle;
	}
	.dr-free-section-devices-content p{
		display: inline-block;
		width: 65%;
		padding-left: 1.25rem;
		vertical-align: middle;
	}
	.dr-free-support-filetype{
		padding-bottom: 15rem;
	}
	.dr-free-support-filetype-title{
		padding-top: 0;
		text-align: center;
	}
	.dr-free-support-filetype-container.flex .col-3-1{
		max-width: 50%;
		flex-basis: 50%;
		margin-top: 0;
		margin-bottom: 1.25rem;
	}
	
	.dr-free-recovery-step-wrapper.flex .col-3-1{
		max-width: 33.333333%;
		flex-basis: 33.333333%;
	}
	.dr-free-recovery-step-item .select-scan,
	.dr-free-recovery-step-item .save-files{
		bottom: -3rem;
	}
	.dr-free-recovery-step-content h3{
		font-size: 1.25rem;
	}
	.dr-free-down-wrapper p{
		padding: 0 1.875rem;
	}
	.dr-products-comparison-tfoot ul li .dr-btn{
		width: 100%;
		line-height: 1.125rem;
		overflow: hidden;
	}	
	.guides-tips-wrapper .col-3-1{
		margin-bottom: 1.25rem;
	}
	.guides-tips-wrapper .col-3-1:last-child{
		margin-bottom: 0;
	}
	.dr-free-editor-review-container{
		border-radius: 15px;
	}
	.dr-free-reviews-wrapper .col-2-1{
		height: auto;
	}
	.dr-free-editor-review-content .dr-free-editor-review-icon{
		margin: 2.75rem 0 2.5rem;
	}
	.dr-software-guarantee-wrapper.flex .col-4-1{
		max-width: 25%;
		flex-basis: 25%;
	}
	.dr-software-guarantee-wrapper .col-4-1{
		padding: 0 1.25rem;
	}
	.dr-software-guarantee-content p{
		display: block;
		margin-top: 1.25rem;
		text-align: center;
	}
	.products-fixed-nav-container .col-4-3{
		flex-basis: 75%;
		max-width: 75%;
	}
	.products-fixed-nav-container .col-4-1{
		flex-basis: 25%;
		max-width: 25%;
	}
	.products-fixed-nav-content li{
		padding: 0 1.25rem 0 0;
		margin-right: 0;
	}
	.dr-pro-section-situations, .dr-business-section-situations{
		padding-top: 2.25rem;
	}
	.dr-products-buy-content .col-3-1,
	.dr-products-buy-content .col-4-1{
		margin-bottom: 2.5rem;
	}
	.support-file-types-content .col-3-1{
		max-width: 33.333333%;
    	flex-basis: 33.333333%;
	}	
	.support-file-systems-content{
		width: 100%;
	}
	.howit-works-wrapper.flex{
		flex-direction: column-reverse;
	}
	.howit-works-wrapper .col-2-1{
		width: 100%;
	}
	.howit-works-wrapper .pagination{
		margin-top: 1.875rem;
	}
	.howit-works-wrapper .pagination ul li{
		display: none;
		margin-bottom: 0;
		text-align:center;
	}	
	.howit-works-wrapper .pagination ul li span{
		padding: 0;
	}
	.howit-works-wrapper .pagination ul li.active{
		display:block;
	}
	.howit-works-wrapper .pagination ul li.active p{
		display: inline-block;
		color: #333;
	}
	.howit-works-wrapper .pagination ul li.active p span{
		display: none;
	}
	.howit-works-wrapper .swiper-pagination{
		left: 0;
		transform: translate(0);
	}
	.howit-works-wrapper .pagination ul li{
		padding: 0 1.875rem;
	}
	.dr-boot-howit-work .howit-works-content{
		margin-top: 0;
	}
	.dr-upgrade-reviewicons-container i{
		margin: .625rem 1.25rem;
	}
	.dr-upgrade-content-container .col-3-1,
	.dr-upgrade-content-container .col-4-1{
		height: auto;
		margin-bottom: 1.875rem;
	}
	.dr-comparison-banner .dr-banner-conent-container{
		text-align: center;
	}
	.dr-comparison-banner .dr-other-banner-content{
		margin-bottom: 2.5rem;
	}
	.dr-comparison-tab-wrapper li{
		padding: 1rem 1.5rem;
		font-size: 1.125rem;
	}
	.dr-comparison-wrapper .dr-products-comparison-thead ul.price li span.original-price{
		display: block;
		margin-left: 0;
	}
	
	.dr-install-banner-content .recover-steps-content .col-3-1{
		margin-top: 1.875rem;
	}
	
	.dr-review-banner .dr-banner-conent-container{
		text-align: center;
	}
	.dr-review-banner .dr-other-banner-content{
		margin-bottom: 2.5rem;
	}
	.dr-editor-review-container{
		height: 25.75rem;
	}	
	.dr-user-mask{
		display: none;
	}
	.dr-user-review-container{
		padding: 0;
	}
	.dr-editor-review-wrapper .col-4-1{
		flex-basis: 100%;
    	max-width: 100%;
	}
	.dr-user-review-container .col-3-1{
		flex-basis: 33.333333%;
    	max-width: 33.333333%;
	}
	.dr-user-review-container .col-3-2{
		flex-basis: 66.666667%;
    	max-width: 66.666667%;
	}
	.dr-user-review-container .dr-user-review-title{
		padding: 10rem 0 6rem 3rem;
	}
	.dr-user-review-container .dr-user-review-title h2:before{
		display: none;
	}
	.dr-manual-container .col-3-1{
		margin-bottom: 2.5rem;
	}
	.dr-manual-container .col-3-1:last-child{
		margin-bottom: 0;
	}
	.dr-upgrade-history-container .col-4-1{
		flex-basis: 25%;
    	max-width: 25%;
	}
	.dr-upgrade-history-container .history-year{
		padding-right: 4rem;
	}
	
	
	.dr-thanksdown-banner-content,
	.dr-thanksdown-banner-img{
		width: 100%;
		text-align: center;
	}
	.dr-thanksdown-banner-img{
		margin-top: 2.5rem;
		margin-left: 0;
	}
	.feedback-products-item:not(:last-child){
		margin-bottom: 40px;
		margin-right: 0;
	}
	
}

@media screen and (max-width: 767px){
	h1 {
		line-height: 3.75rem;
		font-size: 2.875rem;
		margin-bottom: 1.875rem;
	}
	h2 {
		font-size: 2.25rem;
		color: #333;
		margin-bottom: 1.25rem;
	}
	h3 {
		font-size: 1.25rem;
		color: #333;
		margin-bottom: 1.25rem;
	}
	.dr-index-content-text{
		padding: 0 1.25rem;
	}
	.dr-index-banner .win-downbtn{
		margin-right: 0;
		margin-bottom: 1.25rem;
	}
	.dr-index-win-mac-content{
		padding: 4.75rem 1.25rem;
	}
	.dr-index-win-mac-content h3{
		font-size: 1.25rem;
	}
	.dr-index-review-column{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	
	.dr-free-banner{
		background-image: url(/images/2020/pdr/dr-free-banner-media-bg.png);
		background-size: 100%;
	}
	.dr-free-banner-content{
		padding-bottom:10rem;
	}
	
	.dr-free-section-devices-content{
		padding: 1.875rem 1.25rem;
		text-align: center;
	}
	.dr-free-section-devices-content p{
		width: 100%;
	}
	.dr-free-support-filetype-content{
		height: auto;
	}
	.dr-free-support-filetype-title{
		padding-right:0;
	}
	.dr-free-support-filetype{
		padding-bottom: 6rem;
	}
	.dr-free-support-filetype:after,
	.dr-free-recovery-step-wrapper:before{
		display:none;
	}
	.dr-free-support-filetype-container.flex .col-3-1,
	.dr-free-recovery-step-wrapper.flex .col-3-1,
	.dr-software-guarantee-wrapper.flex .col-4-1,
	.dr-user-review-container .col-3-1,
	.dr-user-review-container .col-3-2,
	.dr-upgrade-history-container .col-4-1,
	.dr-upgrade-history-container .col-4-3{
		max-width: 100%;
    	flex-basis: 100%;
	}
	.dr-free-recovery-step-item{
		padding: 1.25rem;
	}
	.dr-free-recovery-step-content{
		padding: 1.875rem 0;
		border-radius: .625rem;
		box-shadow: 5px 5px 16px rgba(193,193,193,0.3);
	}
	.dr-free-recovery-step-item .select-scan, .dr-free-recovery-step-item .save-files{
		bottom: 0;
	}
	.dr-free-recovery-step-item .preview-files{
		top: 0;
	}		
	.dr-products-comparison-content{
		max-width: 767px;
		overflow: hidden;
	}
	.guides-tips-wrapper.flex{
		justify-content: center;
	}
	.guides-tips-wrapper .col-3-1{
		max-width: 30rem;
	}
	.dr-products-comparison-wrapper{
		width: 100%;
		overflow-x: scroll;
	}
	.dr-products-comparison-thead, .dr-products-comparison-tbody, .dr-products-comparison-tfoot{
		width: 767px
	}
	
	.dr-free-editor-review-content .software-informer-icon{
		width: 100%;
		background-size: 100%;
	}	
	.dr-software-guarantee-wrapper .col-4-1{
		margin-bottom: 1.875rem;
	}
	.dr-software-guarantee-wrapper .col-4-1:last-child{
		margin-bottom: 0;
	}
	.products-fixed-nav-content li{
		font-size: .875rem;
	}
	.products-fixed-nav-btn .dr-btn{
		padding: .5rem;
	}
	.dr-pro-banner:before, 
	.dr-business-banner:before,
	.dr-boot-banner:before{		
		transform: translateX(-50%) scale(0.8,0.8);
	}
	.dr-products-whatsnew-container{
		text-align: center;
	}
	.dr-products-whatsnew-content ul li{
		text-align: left;
	}	
	.dr-pro-banner .dr-banner-wrapper .dr-btn, 
	.dr-business-banner .dr-banner-wrapper .dr-btn,
	.dr-boot-banner .dr-banner-wrapper .dr-btn{
		width: 70%;
		margin-right: 0;
		margin-bottom: 1.25rem;
	}
	.dr-pro-banner .dr-banner-wrapper .dr-btn:last-child, 
	.dr-business-banner .dr-banner-wrapper .dr-btn:last-child,
	.dr-boot-banner .dr-banner-wrapper .dr-btn:last-child{
		margin-bottom: 0;
	}
	.dr-edition-introduction-container p{
		text-align: center;
	}	
	.dr-products-whatsnew-content{
		margin-top: 1.875rem;
	}
	.dr-products-section-situations-text{
		padding-top: 0;
		margin-bottom: 1.875rem;
	}
	.dr-software-compatibility h3{
		font-size: 1.875rem;
	}
	.dr-support-devices-content .col-5-1{
		flex-basis: 50%;
    	max-width: 50%;
	}
	.support-file-types-content .col-3-1{
		flex-basis: 100%;
    	max-width: 100%;
	}	
	
	.dr-user-review-container .col-3-1,
	.dr-user-review-container .col-3-2{
		flex-basis: 100%;
    	max-width: 100%;
	}
	.dr-user-review-container{
		background-image: none;
	}
	.dr-user-review-container .dr-user-review-title{
		padding: 0;
	}
	.dr-user-review-container .dr-user-review-title h2{
		margin-bottom: 0;
		color: #333;
		text-align: center;
	}
	.dr-user-review-container .dr-user-review-title h2:after{
		display: none;
	}
	
	.dr-upgrade-history-container .history-year{
		padding-right: 0;
		margin-bottom: 1.25rem;
	}
	.dr-upgrade-history-container .history-year li{
		width: auto;
		padding: .375rem 1rem;
		margin-bottom: .625rem;
		margin-right: .625rem;
		font-size: 1rem;
	}
	
}
















