.common_banner {
	height: 450px;
	background-position-x: right;
	background-repeat: no-repeat;
	position: relative;
}

.common_banner .play_btn {
	position: absolute;
	width: 292px;
	height: 292px;
	display: inline-block;
	top: 70px;
	left: 60%;
}

.common_banner .play_btn img {
	max-width: 100%;
}

.common_banner .product_desc {
	display: inline-block;
	border-top: 450px solid #06345a;
	border-right: 140px solid transparent;
	border-left: 800px solid #06345a;
	position: relative
}

.common_banner .product_desc .conta {
	display: inline-block;
	position: absolute;
	top: -450px;
	left: -420px;
	height: 450px;
	padding: 30px 0;
	width: 500px
}

.common_banner .product_desc p.title {
	font-size: 36px;
	color: #CC9933;
	margin: 0;
	line-height: 40px;
	padding-bottom: 20px;
}

.common_banner .product_desc .sum_reviews {
	padding-bottom: 30px;
}

.common_banner .product_desc .sum_reviews .showStars {
	display: inline-block;
	vertical-align: top;
}

.common_banner .product_desc .sum_reviews a {
	display: inline-block;
	color: #CC9933;
	font-size: 16px;
	vertical-align: top;
}

.common_banner .product_desc .description p {
	color: #CC9933;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 20px;
}

.common_banner .product_desc .description ul {
	margin-bottom: 60px;
	width: 100%;
}

.common_banner .product_desc .description li {
	background-position: left 5px;
	background-repeat: no-repeat;
	background-image: url(../img/index_albg.png);
}

.common_banner .product_desc .description li span {
	padding-left: 20px;
	color: #CC9933;
	font-size: 16px;
	display: inline-block;
}

.common_banner .product_desc .description .p1 {
	color: #CC9933;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 10px;
	margin-top: 30px;
}

.common_banner .product_desc .description .p2 {
	color: #cc9933;
	font-size: 16px;
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

.common_banner .product_desc .description .p2.active {
	color: #fff;
	font-size: 20px;
}

.common_banner .product_desc .button {
	display: none
}

.common_banner .product_desc .button.active {
	display: inline-block
}

.common_banner .product_desc .button .mac_down {
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image: url(../img/mac_btn.png);
	background-color: #CC9933;
	display: inline-block;
	vertical-align: top;
	width: 136px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	padding-left: 46px;
	margin-right: 10px;
}

.common_banner .product_desc .button .win_down {
	background-position: 10px center;
	background-image: url(../img/win_btn.png);
	background-repeat: no-repeat;
	background-color: #CC9933;
	display: inline-block;
	vertical-align: top;
	width: 136px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	padding-left: 46px;
	margin-right: 10px;
}

.common_banner .product_desc .button .buy {
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image: url(../img/product_buynow.png);
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: top;
	width: 136px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	padding-left: 46px;
}

.common_moreFunctions {
	text-align: center;
	padding: 80px 0;
}

.common_moreFunctions .sub_title {
	color: #06345A;
	font-size: 30px;
	margin-bottom: 50px;
}

.common_moreFunctions .pic {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.common_moreFunctions .funcs {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 940px;
}

.common_moreFunctions .funcs a {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 104px;
	line-height: 104px;
	text-decoration: none;
	text-align: left;
	padding-left: 25px;
}

.common_moreFunctions .funcs a:hover img {
	color: #06345a
}

.common_moreFunctions .funcs a:hover span {
	color: #cc9933;
}

.common_moreFunctions .funcs a span {
	font-size: 16px;
	font-weight: bold;
	color: #06345A;
	padding-left: 30px;
	display: inline-block;
	width: 70%;
	line-height: 20px;
	word-break: break-word;
	vertical-align: middle;
}

.common_tutorials {
	text-align: center;
	padding: 80px 0;
	background-color: #EAE4D6;
}

.common_tutorials .sub_title {
	color: #06345A;
	font-size: 30px;
	margin-bottom: 50px;
}

.common_tutorials .tutorials_boxs .articleBox {
	width: 388px;
	height: 300px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 5px
}

.common_tutorials .tutorials_boxs .articleBox img {
	width: 388px;
	height: 300px;
	display: inline-block;
}

.common_tutorials .tutorials_boxs .articleBox .coveri {
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-block;
	top: 0;
	left: 0;
}

.common_tutorials .tutorials_boxs .articleBox .coveri .articleTitle {
	font-size: 18px;
	color: #06345A;
	width: 90%;
	margin: 130px auto 0 auto;
}

.common_tutorials .tutorials_boxs .articleBox .coveri .hiddeni {
	text-align: left;
	display: none;
}

.common_tutorials .tutorials_boxs .articleBox .coveri .hiddeni .date {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	line-height: 15px;
	width: 70%;
	display: block;
	margin: auto;
}

.common_tutorials .tutorials_boxs .articleBox .coveri .hiddeni .content {
	font-size: 16px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 0;
	width: 70%;
	margin: auto;
	margin-top: 15px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	height: 48px;
}

.common_tutorials .tutorials_boxs .articleBox:hover .coveri {
	background: rgba(6, 52, 90, 0.6);
	transition: background 0.5s;
}

.common_tutorials .tutorials_boxs .articleBox:hover .coveri .articleTitle {
	color: #fff;
	margin-top: 100px;
	transition: color 0.5s;
	transition: margin-top 0.5s;
}

.common_tutorials .tutorials_boxs .articleBox:hover .coveri .hiddeni {
	display: block;
	transition: display 0.8s;
}

.common_reviews {
	text-align: center;
	padding: 80px 0;
}

.common_reviews .sub_title {
	color: #06345A;
	font-size: 30px;
	margin-bottom: 50px;
}

.common_reviews .reviews_board {
	margin: auto;
	width: 900px;
	height: auto;
	background-color: #EAE4D6;
	position: relative;
	padding: 40px 0;
}

.common_reviews .reviews_board .adding {
	width: 177px;
	height: 55px;
	background-color: #CC9933;
	display: inline;
	position: absolute;
	top: -27.5px;
	right: 50px;
	cursor: pointer;
}

.common_reviews .reviews_board .adding p {
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	margin: 0;
}

.common_reviews .reviews_board .rev_box {
	width: 90%;
	margin: auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #CC9933;
	margin-bottom: 30px;
}

.common_reviews .reviews_board .rev_box .pic {
	width: 100px;
	height: 100px;
	display: inline-block;
	vertical-align: top;
}

.common_reviews .reviews_board .rev_box .cont {
	width: 660px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
}

.common_reviews .reviews_board .rev_box .cont .tit {
	font-size: 16px;
	color: #CC9933;
	margin: 0;
}

.common_reviews .reviews_board .rev_box .cont .author {
	color: #06345A;
	font-size: 14px;
	margin: 0;
	margin-top: -10px;
	// display: inline-block;
	// vertical-align: top;
	padding-right: 10px;
}

.common_reviews .reviews_board .rev_box .pic .date {
	color: #06345A;
	font-size: 14px;
	margin: 0;
}

.common_reviews .reviews_board .rev_box .pic .showStars {
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
}

.common_reviews .reviews_board .rev_box .cont .content {
	font-size: 14px;
	color: #06345A;
	margin: 0;
	line-height: 20px;
	margin-top: 10px;
}

.common_reviews .reviews_board .rev_box .cont .reply {
	display: block;
	padding: 15px;
	color: #333;
	line-height: 20px;
	margin-bottom: 0;
}

.common_reviews .reviews_board .rev_box .cont .reply span {
	color: #06345a;
	font-size: 15px;
	font-weight: bold;
}

.common_reviews .reviews_board .more_p {
	font-size: 16px;
	color: #CC9933;
	cursor: pointer;
}

.common_reviews .reviews_board .rev_box:last-child {
	border: none;
	margin-bottom: 0;
}

.user_comment {
	width: 500px;
	background-color: #8299ab;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -250px;
	z-index: 999;
	display: none;
}

.reviews .comment_box .more {
	padding: 10px;
	color: #0066cc;
	font-size: 16px;
	font-weight: bold;
	width: 80px;
	margin: 0 auto;
	cursor: pointer;
}

.user_comment .box_title {
	background: rgba(6, 52, 90, 0.5);
	padding: 20px 0;
	font-size: 20px;
	text-align: center;
	position: relative;
	color: #fff;
}

.user_comment input {
	border: 0;
	width: 100%;
	padding: 4px 0;
	background: rgba(255, 255, 255, 0.5);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../img/greyblue_bg.png);
	font-size: 14px;
	text-indent: 20px
}

.user_comment .form_box div.rating {
	background: rgba(255, 255, 255, 0.5);
}

.user_comment .form_box div.rating input {
	width: 200px;
	background: initial;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../img/greyblue_bg.png);
}

.user_comment .form_box div.comment textarea {
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-image: url(../img/greyblue_bg.png);
}

.user_comment .box_title .close {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	padding: 10px 15px;
	top: 0;
	right: 0;
	display: block;
	text-align: center;
	cursor: pointer;
}

.user_comment input:focus {
	border: none !important;
}

.user_comment textarea {
	resize: none;
	border: 0;
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 0.5);
	text-indent: 20px
}

.user_comment textarea:focus {
	border: none !important;
}

.user_comment .form_box {
	width: 80%;
	margin: 40px auto;
}

.user_comment .form_box div .error {
	font-weight: 300;
	margin-bottom: 0;
	border: 1px solid #E43D30;
}

.user_comment .form_box div.war {
	display: none!important;
}

.user_comment .form_box div {
	margin-bottom: 10px;
}

.user_comment .form_box div.about {
	background: #8299ab;
	color: #fff;
}

.user_comment .form_box div.warning {
	background: #f1f5f8;
	color: red;
}

.user_comment .form_box div.first {
	width: 49%;
	display: inline-block;
}

.user_comment .form_box div.last {
	width: 49%;
	display: inline-block;
	margin-left: 1%;
}

.user_comment .form_box div.about input {
	width: auto;
}

.user_comment .form_box div.verify input {
	background-image: none;
}

.user_comment .form_box .submit {
	width: 114px;
	height: 30px;
	background: #06345A;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	text-indent: 0;
}

.user_comment .input-large {
	width: 100px;
}

.user_comment .span_img {
	margin-left: 20px;
}

.reviews .comment_box ul li .content strong {
	font-size: 17px;
}

.user_comment ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #06345A;
	opacity: 0.5;
	margin-left: 20px;
}

.user_comment :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #06345A;
	opacity: 0.5;
	text-indent: 20px;
}

.abr .abr_box .box {
	padding: 40px 0;
}

.abr .abr_box .box:nth-child(2n+1) .pic {
	float: left;
}

.abr .abr_box .box:nth-child(2n+1) .text {
	float: right;
}

.abr .abr_box .box:nth-child(2n) {
	background-color: #F2EFE5;
}

.abr .abr_box .box:nth-child(2n) .pic {
	float: right;
}

.abr .abr_box .box:nth-child(2n) .text {
	float: left;
}

.abr .abr_box .box .pic {
	width: 494px;
	height: 355px;
	display: inline-block;
	vertical-align: top;
}

.abr .abr_box .box .text {
	vertical-align: top;
	display: inline-block;
	width: 450px;
	padding: 78px 0;
}

.abr .abr_box .box .text .p1 {
	font-size: 30px;
	color: #06345A;
	margin: 0;
	width: 80%;
	line-height: 40px;
	margin-bottom: 20px;
}

.abr .abr_box .box .text .p2 {
	font-size: 16px;
	color: #06345A;
	margin: 0;
	width: 70%;
	line-height: 20px;
}

.ade .ade_desc {
	padding: 40px 0;
}

.ade .ade_desc .text {
	padding: 80px 0;
	display: inline-block;
	vertical-align: top;
	width: 400px;
	float: left;
}

.ade .ade_desc .text .p1 {
	font-size: 30px;
	color: #06345A;
	line-height: 50px;
	margin-bottom: 20px;
}

.ade .ade_desc .text .p2 {
	font-size: 16px;
	color: #06345A;
	margin-bottom: 0;
	line-height: 25px;
}

.ade .ade_desc .pic {
	width: 700px;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
	float: right;
	text-align: right;
}

.ade .ade_desc .pic li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 180px;
	margin: 20px 0;
}

.ade .ade_desc .pic li span p {
	font-size: 18px;
	color: #06345A;
	padding-top: 10px;
}

.ade .ade_ban {
	background-position: center;
	background-repeat: no-repeat;
	height: 438px;
	text-align: center;
}

.ade .ade_ban .container {
	height: 100%;
}

.ade .ade_ban .text {
	height: 100%;
	padding: 70px 0;
	width: 60%;
	margin: auto;
}

.ade .ade_ban .text .p1 {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 40px;
	line-height: 40px
}

.ade .ade_ban .text .p2 {
	font-size: 16px;
	color: #06345A;
	margin: 30px 0;
}

.adr_mac .sub_title {
	color: #06345A;
	font-size: 30px;
	margin-bottom: 50px;
}

.adr_mac .work {
	text-align: center;
	padding: 50px 0;
}

.adr_mac .work .p1 {
	font-size: 16px;
	color: #06345A;
	width: 860px;
	margin: auto;
	margin-bottom: 50px;
}

.adr_mac .work .steps {}

.adr_mac .work .steps li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin: 0 50px;
}

.adr_mac .work .steps li .p1 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 20px;
}

.adr_mac .work .steps li .p2 {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 16px;
	color: #06345A;
}

.adr_mac .dataType {
	text-align: center;
	padding: 50px 0;
	background: rgba(234, 228, 214, 1);
}

.adr_mac .dataType .p1 {
	font-size: 16px;
	color: #06345A;
	width: 777px;
	margin: auto;
	margin-bottom: 50px;
}

.adr_mac .dataType .type li {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	margin: 10px 70px;
}

.adr_mac .dataType .type li p {
	font-size: 20px;
	color: #CC9933;
}

.adr_mac .multiple {
	padding: 50px 0;
}

.adr_mac .multiple .text {
	width: 450px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.adr_mac .multiple .text .p1 {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 20px;
	line-height: 40px
}

.adr_mac .multiple .text .p2 {
	font-size: 16px;
	color: #06345A;
	margin-bottom: 0;
}

.adr_mac .multiple .pic {
	display: inline-block;
	vertical-align: top;
	float: right;
}

.adr_mac .multiple .pic .xy_pic {
	display: none;
}

.adr_win .work {
	padding: 50px 0;
	text-align: center;
}

.adr_win .work .sub_title {
	color: #06345A;
	font-size: 30px;
	margin-bottom: 50px;
}

.adr_win .work .steps li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 0 20px;
}

.adr_win .work .steps li .p1 {
	font-size: 20px;
	color: #06345A;
	margin-top: 20px;
	margin-bottom: 20px;
}

.adr_win .work .steps li .p2 {
	font-size: 16px;
	color: #06345A;
}

.adr_win .dataType {
	padding: 50px 0;
	text-align: center;
}

.adr_win .dataType .sub_title {
	padding: 25px 0;
	background-color: #CC9933;
}

.adr_win .dataType .sub_title p {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
}

.adr_win .dataType .sub_title p.xy_p1 {
	display: none;
}

.adr_win .dataType .data {
	background-color: #06345A;
}

.adr_win .dataType .data .type {}

.adr_win .dataType .data .type a {
	width: 300px;
	height: 231px;
	display: inline-block;
	vertical-align: top;
}

.adr_win .dataType .data .type a .cover {
	background: rgba(6, 52, 90, 0.6);
	width: 300px;
	height: 231px;
	display: inline-block;
	position: static;
	padding: 50px 0;
}

.adr_win .dataType .data .type a .cover p {
	font-size: 20px;
	color: #CC9933;
	margin-top: 10px;
}

.adr_win .dataType .data .type a:hover .cover {
	background: rgba(6, 52, 90, 0);
}

.adr_win .dataType .data .type a:hover p {
	color: #06345A;
}

.apr_win .causes {
	padding: 50px 0;
	background: rgba(234, 228, 214, 0.6);
	// text-align: center;
}

.apr_win .causes .pic {
	display: inline-block;
	vertical-align: top;
	margin-top: 100px;
	width: 480px;
	height: 320px;
	margin-right: 100px;
}

.apr_win .causes .text {
	display: inline-block;
	vertical-align: bottom;
}

.apr_win .causes .text .p1 {
	font-size: 35px;
	color: #06345a;
	margin-bottom: 50px;
	line-height: 40px
}

.apr_win .causes .text li {
	display: block;
	margin-top: 30px;
}

.apr_win .causes .text li img {
	display: inline-block;
	vertical-align: top;
}

.apr_win .causes .text li span {
	display: inline-block;
	vertical-align: top;
}

.apr_win .causes .text li span p {
	margin-bottom: 0;
	color: #06345A;
	font-size: 18px;
	line-height: 60px;
}

.apr_win .photo {
	padding: 50px 0;
}

.apr_win .photo .container div {
	display: inline-block;
	vertical-align: top;
}

.apr_win .photo .container div.text {
	width: 400px;
	float: left;
	padding: 60px 0;
}

.apr_win .photo .container div.text .p1 {
	font-size: 35px;
	color: #06345a;
	margin-bottom: 30px;
	line-height: 40px
}

.apr_win .photo .container div.text .p2 {
	font-size: 16px;
	color: #06345a;
	margin-bottom: 0;
}

.apr_win .photo .container div.pic {
	width: 494px;
	height: 355px;
	float: right;
}

.apr_win .video {
	padding: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/ade_banner.png);
	text-align: center;
}

.apr_win .video .p1 {
	font-size: 30px;
	color: #06345a;
	margin-bottom: 30px;
	line-height: 40px
}

.apr_win .video .p2 {
	font-size: 14px;
	color: #06345A;
	width: 40%;
	margin: auto;
}

.apr_win .audio {
	padding: 50px 0;
}

.apr_win .audio .container div {
	display: inline-block;
	vertical-align: top;
}

.apr_win .audio .container div.text {
	width: 400px;
	float: left;
	padding: 60px 0;
}

.apr_win .audio .container div.text .p1 {
	font-size: 30px;
	color: #06345a;
	margin-bottom: 30px;
	line-height: 40px
}

.apr_win .audio .container div.text .p2 {
	font-size: 16px;
	color: #06345a;
	margin-bottom: 0;
}

.apr_win .audio .container div.pic {
	width: 494px;
	height: 355px;
	float: right;
}

.apr_mac .steps {
	padding: 50px 0;
	text-align: center;
	background: rgba(234, 228, 214, 0.6);
}

.apr_mac .steps .sub_title {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 30px;
}

.apr_mac .steps .p1 {
	font-size: 16px;
	color: #06345A;
	width: 70%;
	margin: auto;
	margin-bottom: 30px;
}

.apr_mac .steps .step {
	padding: 30px 0;
}

.apr_mac .steps .step li {
	display: inline-block;
	margin: 0 60px;
}

.apr_mac .steps .step li p {
	font-size: 16px;
	color: #06345a;
}

.apr_mac .dataType {
	padding: 50px 0;
}

.apr_mac .dataType .container div {
	display: inline-block;
	vertical-align: top;
}

.apr_mac .dataType .container div.text {
	width: 400px;
	float: left;
	padding: 60px 0;
}

.apr_mac .dataType .container div.text .p1 {
	font-size: 30px;
	color: #06345a;
	margin-bottom: 30px;
	line-height: 40px
}

.apr_mac .dataType .container div.text .p2 {
	font-size: 16px;
	color: #06345a;
	margin-bottom: 0;
}

.apr_mac .dataType .container div.pic {
	width: 494px;
	height: 355px;
	float: right;
}

.apr_mac .supportDevice {
	padding: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/ade_banner.png);
	text-align: center;
}

.apr_mac .supportDevice .p1 {
	font-size: 30px;
	color: #06345a;
	margin-bottom: 30px;
	line-height: 40px
}

.apr_mac .supportDevice .p2 {
	font-size: 14px;
	color: #06345A;
	width: 40%;
	margin: auto;
}

.apr_mac .safeRecover {
	padding: 50px 0;
}

.apr_mac .safeRecover .container div {
	display: inline-block;
	vertical-align: top;
}

.apr_mac .safeRecover .container div.text {
	width: 400px;
	float: left;
	padding: 60px 0;
}

.apr_mac .safeRecover .container div.text .p1 {
	font-size: 30px;
	color: #06345a;
	margin-bottom: 30px;
	line-height: 40px
}

.apr_mac .safeRecover .container div.text .p2 {
	font-size: 16px;
	color: #06345a;
	margin-bottom: 0;
}

.apr_mac .safeRecover .container div.pic {
	width: 494px;
	height: 355px;
	float: right;
}

.at_win .backup_restore {
	padding: 50px 0;
}

.at_win .backup_restore .container div {
	display: inline-block;
	vertical-align: top;
}

.at_win .backup_restore .container div.text {
	padding: 40px 0;
	width: 400px;
	float: left;
}

.at_win .backup_restore .container div.text .p1 {
	font-size: 30px;
	color: #06345a;
	margin-bottom: 30px;
	line-height: 40px
}

.at_win .backup_restore .container div.text .p2 {
	font-size: 16px;
	color: #06345a;
	margin-bottom: 0;
}

.at_win .backup_restore .container div.pic {
	width: 494px;
	height: 355px;
	float: right;
}

.at_win .managefiles {
	padding: 50px 0;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.at_win .managefiles .sub_title {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 30px;
}

.at_win .managefiles .manage {
	padding: 30px 0;
}

.at_win .managefiles .manage li {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 0 5px;
}

.at_win .managefiles .manage li p {
	font-size: 14px;
	font-weight: bold;
	color: #06345A;
	margin-bottom: 0;
	line-height: 20px;
	margin-top: 20px;
}

.at_win .optimize {
	padding: 50px 0;
}

.at_win .optimize .container div {
	display: inline-block;
	vertical-align: top;
}

.at_win .optimize .container div.text {
	padding: 40px 0;
	float: left;
	width: 400px;
}

.at_win .optimize .container div.text p {
	font-size: 30px;
	color: #06345A;
	line-height: 40px;
	margin-bottom: 0;
}

.at_win .optimize .container div.pic {
	float: right;
}

.at_win .optimize .container div.pic li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	text-align: center;
}

.at_win .optimize .container div.pic li:first-child {
	margin-right: 150px;
}

.at_win .optimize .container div.pic li .p1 {
	font-size: 18px;
	color: #06345A;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}

.at_win .optimize .container div.pic li .p2 {
	font-size: 14px;
	color: #06345A;
	margin-bottom: 0;
}

.at_mac .transfer {
	padding: 50px 0;
}

.at_mac .transfer .container div {
	display: inline-block;
	vertical-align: top;
}

.at_mac .transfer .container div.text {
	width: 400px;
	padding: 100px 0;
	float: left;
}

.at_mac .transfer .container div.text .p1 {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 20px;
	line-height: 40px
}

.at_mac .transfer .container div.text .p2 {
	font-size: 16px;
	color: #06345A;
	margin-bottom: 0;
	line-height: 20px;
}

.at_mac .transfer .container div.pic {
	width: 494px;
	height: 355px;
	float: right;
}

.at_mac .toolkit {
	padding: 50px 0;
	text-align: center;
	background: rgba(6, 52, 90, 0.39);
}

.at_mac .toolkit .sub_title {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 30px;
}

.at_mac .toolkit .tools {
	padding: 30px 0;
}

.at_mac .toolkit .tools li {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 0 40px;
}

.at_mac .toolkit .tools li p {
	width: 70%;
	color: #06345a;
	font-size: 16px;
	font-weight: bold;
	margin: auto;
	margin-bottom: 0;
	margin-top: 20px;
	line-height: 20px;
}

.idr .lostReason {
	padding: 50px 0;
	text-align: center;
}

.idr .lostReason .sub_title {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 30px;
}

.idr .lostReason .reasons {
	padding: 0 100px;
}

.idr .lostReason .reasons a {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
	background-color: #06345A;
	padding-top: 20px;
	margin: 10px;
	text-decoration: none;
}

.idr .lostReason .reasons a p {
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	padding-top: 10px;
}

.idr .recoverModes {
	padding: 50px 0;
	background: rgba(234, 228, 214, 0.6);
	text-align: center;
}

.idr .recoverModes .sub_title {
	font-size: 30px;
	color: #06345A;
}

.idr .recoverModes .modes {
	margin-top: 30px;
}

.idr .recoverModes .modes li {
	display: inline-block;
	vertical-align: top;
	width: 365px;
	margin: 0 15px;
}

.idr .recoverModes .modes li .p1 {
	font-size: 18px;
	color: #06345A;
	margin-top: 10px;
	margin-bottom: 20px;
}

.idr .recoverModes .modes li .p2 {
	font-size: 14px;
	color: #06345A;
	margin: 0;
	line-height: 20px;
}

.idr .compatible {
	padding: 50px 0;
	text-align: center;
	background-color: #3a5c7a;
}

.idr .compatible .switch {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 620px;
	margin-right: -5px
}

.idr .compatible .switch li {
	width: 100%;
	height: 310px;
	display: block;
	background: rgba(234, 228, 214, 0.6);
	padding-top: 120px;
	cursor: pointer;
}

.idr .compatible .switch li p {
	color: #06345a;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 24px;
}

.idr .compatible .switch li:hover {
	background-color: #06345a;
}

.idr .compatible .switch li:hover p {
	color: #fff;
}

.idr .compatible .switch li.active {
	background-color: #06345a;
}

.idr .compatible .switch li.active p {
	color: #fff;
}

.idr .compatible .result {
	display: inline-block;
	vertical-align: top;
	width: 660px;
	height: 620px;
}

.idr .compatible .result li {
	display: none;
}

.idr .compatible .result li.active {
	display: block;
}

.idr .compatible .result img {
	width: 660px;
	height: 620px;
}

.idr .compatible .xy_result {
	display: none;
}

.iwt .backup_restore {
	padding: 50px 0;
}

.iwt .backup_restore .container div {
	display: inline-block;
	vertical-align: top;
}

.iwt .backup_restore .container div.pic {
	width: 494px;
	height: 355px;
	float: left;
}

.iwt .backup_restore .container div.text {
	float: right;
	padding: 100px 0;
	width: 470px;
}

.iwt .backup_restore .container div.text .p1 {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 20px;
	line-height: 40px
}

.iwt .backup_restore .container div.text .p2 {
	font-size: 16px;
	color: #06345A;
	margin-bottom: 0;
	line-height: 30px;
}

.iwt .transfer {
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px 0;
	text-align: center;
}

.iwt .transfer .container .p1 {
	color: #06345A;
	font-size: 30px;
	margin-bottom: 30;
	line-height: 40px
}

.iwt .transfer .container .p2 {
	font-size: 16px;
	color: #06345A;
	margin-bottom: 0;
	line-height: 20px;
	width: 70%;
	margin: auto;
	padding-top: 30px;
}

.iwt .features {
	padding: 50px 0;
	text-align: center;
}

.iwt .features .p1 {
	font-size: 30px;
	color: #06345a;
	margin-bottom: 30px;
	line-height: 40px
}

.iwt .features .p2 {
	font-size: 16px;
	color: #06345a;
	line-height: 20px;
	margin-bottom: 0px;
}

.iwt .features .f {
	padding: 40px 0;
}

.iwt .features .f li {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	margin: 0 100px;
}

.iwt .features .f li p {
	font-size: 18px;
	color: #06345A;
	margin: 0;
	margin-top: 10px;
	line-height: 20px;
}

.lsr .removableLock {
	padding: 50px 0;
	text-align: center;
}

.lsr .removableLock .p1 {
	font-size: 30px;
	color: #06345a;
	margin-bottom: 30px;
	line-height: 40px
}

.lsr .removableLock .p2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	color: #06345A;
}

.lsr .removableLock .locks {
	padding: 40px 0;
}

.lsr .removableLock .locks li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	margin: 0 90px;
}

.lsr .removableLock .locks li p {
	color: #06345a;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 10px;
}

.lsr .device {
	background-position: center;
	background-repeat: no-repeat;
	// background:rgba(242, 239, 229, 0.6);
	text-align: center;
}

.lsr .device .coveri {
	padding: 50px 0;
	background: rgba(255, 255, 255, 0.6);
}

.lsr .device .p1 {
	color: #06345a;
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 40px;
}

.lsr .device .p2 {
	color: #06345a;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 20px;
}

.pt_mac .transfer_data {
	padding: 50px 0;
}

.pt_mac .transfer_data .container div {
	display: inline-block;
	vertical-align: top;
}

.pt_mac .transfer_data .container div.text {
	width: 400px;
	padding: 80px 0;
	float: left;
}

.pt_mac .transfer_data .container div.text .p1 {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 30px;
	line-height: 45px;
}

.pt_mac .transfer_data .container div.text .p2 {
	font-size: 16px;
	color: #06345A;
	margin-bottom: 0;
	line-height: 20px;
}

.pt_mac .transfer_data .container div.pic {
	width: 494px;
	height: 355px;
	float: right;
}

.pt_mac .transfer_data .container div.pic .img {
	max-width: 100%;
}

.pt_mac .transfer_content {
	padding: 50px 0;
	background: rgba(6, 52, 90, 0.2);
	text-align: center;
}

.pt_mac .transfer_content .sub_title {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 30px;
}

.pt_mac .transfer_content .table {
	display: inline-block;
	background: rgba(6, 52, 90, 0.4);
	width: auto;
	margin-bottom: 0;
	overflow-x: scroll;
}

.pt_mac .transfer_content .table .wrap {
	width: 1200px
}

.pt_mac .more_features {
	padding: 50px 0;
	text-align: center;
}

.pt_mac .more_features .sub_title {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 30px;
}

.pt_mac .more_features .features {
	padding: 40px 0;
}

.pt_mac .more_features .features li {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	margin: 0 40px;
}

.pt_mac .more_features .features li p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 20px;
	color: #06345A;
}

.pt_win .process {
	padding: 50px 0;
	text-align: center;
}

.pt_win .process .sub_title {
	font-size: 30px;
	color: #06345A;
	margin-bottom: 30px;
}

.pt_win .process .processes {
	padding: 40px 0;
}

.pt_win .process .processes li {
	display: inline-block;
	vertical-align: top;
	width: 215px;
	margin: 0 40px;
}

.pt_win .process .processes li p {
	font-size: 16px;
	color: #06345a;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 20px;
}

.pt_win .support {
	padding: 50px 0;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}

.pt_win .support .p1 {
	font-size: 30px;
	color: #06345a;
	margin-bottom: 30px;
	line-height: 40px
}

.pt_win .support .p2 {
	font-size: 14px;
	color: #06345a;
	margin-bottom: 0;
	line-height: 20px;
	width: 50%;
	margin: auto;
}

.pt_win .transfer_content {
	padding: 50px 0;
	background: rgba(6, 52, 90, 0.2);
	text-align: center;
}

.pt_win .transfer_content .sub_title {
	font-size: 30px;
	color: #06345a;
	margin-bottom: 30px;
}

.pt_win .transfer_content .table {
	display: inline-block;
	background: rgba(6, 52, 90, 0.4);
	width: auto;
	margin-bottom: 0;
	overflow-x: scroll;
}

.pt_win .transfer_content .table .wrap {
	width: 1200px
}

table tr {
	height: 65px;
}

table th {
	color: #fff;
	font-size: 16px;
	line-height: 65px;
	text-align: center;
	font-weight: normal;
	width: 207px;
	border: 1px solid #b4bed2;
	border-top: none;
}

table th:nth-child(1) {
	border: none;
	border-bottom: 1px solid #b4bed2;
}

table th:nth-child(2) {
	border: none;
	border-bottom: 1px solid #b4bed2;
	border-right: 1px solid #b4bed2;
}

table th:last-child {
	border-right: none;
}

table td {
	color: #fff;
	font-size: 16px;
	line-height: 65px;
	text-align: center;
	font-weight: normal;
	width: 207px;
	border: 1px solid #b4bed2;
	border-top: none;
}

table tr:last-child() td:nth-child(1) {
	border: none;
	border-right: 1px solid #b4bed2;
}

.p-how {
	background-color: #cc9933;
	padding: 20px 0;
	text-align: center
}

.p-how a {
	color: #fff;
	font-size: 26px;
	text-decoration: none
}

.p-content .box {
	margin-bottom: 60px;
	text-align: center
}

.p-content .box h3 {
	color: #cc9933;
}

.p-content .box table tr td {
	text-align: left
}

.p-content .box .text {
	color: #06345a;
	font-size: 16px
}

.p-content .box .text .link {
	background-color: #3090a1;
	color: #fff;
	padding: 0
}

.p-content .box .text .link:hover {
	opacity: .7
}

.thumbnail {
	display: block;
	margin-bottom: 50px;
	text-align: center;
	border: none
}

.thumbnail>img {
	height: 99px
}

.thumbnail>.caption {
	height: 150px
}

.thumbnail .caption>h4 {
	color: #dcba00;
	text-align: center;
	margin: 4px 0 10px 0
}

.thumbnail .caption>p {
	text-align: center;
	margin: 4px 0;
	font-size: 16px;
	line-height: 25px;
	color: #06345a
}

.system-require dl {
	text-align: left
}

.system-require dl>dt {
	background: #cc9933;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
	margin-left: 40px;
	padding: 2px 6px
}

.system-require dl>dd {
	margin-left: 40px;
}

@media(max-width:1366px) {
	.common_banner .product_desc {
		border-left-width: 520px;
	}
	.common_banner .play_btn {
		left: 840px;
	}
}

@media(max-width:1200px) {
	.common_banner {
		background-repeat: no-repeat;
		height: 800px;
		background-position-y: bottom;
		background-position-x: right;
	}
	.common_banner .play_btn {
		display: none;
	}
	.common_banner .product_desc {
		border: none;
		display: block;
	}
	.common_banner .product_desc .conta {
		position: static;
		background-color: #06345A;
		height: 450px;
		padding: 60px 30px 30px 30px;
		width: auto;
		display: block
	}
	.common_banner .container .product_desc .description ul {
		width: 100%;
	}
	.adr_win .work .steps li {
		display: block;
		margin: 50px auto;
	}
	.adr_win .dataType .sub_title p.xy_p1 {
		display: block;
		font-size: 14px;
		color: #fff;
		margin-top: 20px;
	}
	.apr_win .causes .pic {
		display: none;
	}
	.apr_win .causes .text {
		display: block;
		margin: auto;
		text-align: center;
	}
	.apr_win .causes .text li {
		text-align: left;
		width: 50%;
		margin: auto;
		margin-top: 30px;
	}
	.apr_win .photo .container div {
		display: block;
		float: none !important;
		margin: auto;
	}
	.apr_win .photo .container div.text {
		width: 50%;
	}
	.apr_win .audio .container div {
		display: block;
		float: none !important;
		margin: auto;
	}
	.apr_win .audio .container div.text {
		width: 50%;
	}
	.apr_mac .steps .step li {
		display: block;
		margin: 50px auto;
	}
	.apr_mac .dataType .container div {
		display: block;
		float: none !important;
		margin: auto;
	}
	.apr_mac .dataType .container div.text {
		width: 50%;
	}
	.apr_mac .supportDevice .container div {
		display: block;
		float: none !important;
		margin: auto;
	}
	.apr_mac .supportDevice .container div.text {
		width: 50%;
	}
	.apr_mac .safeRecover .container div {
		display: block;
		float: none !important;
		margin: auto;
	}
	.apr_mac .safeRecover .container div.text {
		width: 50%;
	}
	.at_win .backup_restore .container div {
		display: block;
		margin: auto;
		float: none !important;
	}
	.at_win .backup_restore .container div.text {
		width: 90%;
	}
	.at_win .managefiles {
		background: rgba(6, 52, 90, 0.39) !important;
	}
	.at_win .managefiles .manage li {
		display: block;
		margin: 50px auto;
	}
	.at_win .optimize .container div {
		float: none !important;
		display: block;
		margin: auto;
	}
	.at_win .optimize .container div.text {
		width: 90%;
		margin: auto;
		text-align: center;
	}
	.at_win .optimize .container div.pic li {
		display: block;
		margin: 50px auto !important;
	}
	.at_mac .transfer .container div {
		float: none !important;
		display: block;
		margin: auto;
	}
	.at_mac .transfer .container div.text {
		width: 90%;
		margin: auto;
	}
	.at_mac .toolkit .tools li {
		display: block;
		margin: 50px auto;
	}
	.at_mac .toolkit .tools li p {
		width: 90%;
	}
	.idr .lostReason .reasons {
		padding: 0;
	}
	.idr .lostReason .reasons a {
		display: block;
		margin: 20px auto;
	}
	.idr .recoverModes .modes li {
		display: block;
		margin: 50px auto;
	}
	.idr .compatible .switch {
		display: block;
		width: 300px;
		margin: auto;
	}
	.idr .compatible .switch li {
		padding-top: 90px;
	}
	.idr .compatible .switch li p {
		width: 90%;
		margin: auto;
	}
	.idr .compatible .result {
		display: none;
	}
	.idr .compatible .xy_result {
		display: block;
	}
	.idr .compatible .xy_result li {
		display: none;
	}
	.idr .compatible .xy_result li.active {
		display: block;
	}
	.iwt .backup_restore .container div {
		float: none !important;
		display: block;
		margin: auto;
	}
	.iwt .backup_restore .container div.text {
		width: 90%;
	}
	.iwt .features .f li {
		display: block;
		margin: 50px auto;
	}
	.lsr .removableLock .locks li {
		display: block;
		margin: 50px auto;
	}
	.lsr .removableLock .p2 {
		width: 90%;
		margin: auto;
	}
	.pt_mac .transfer_data .container div.text {
		width: 90%;
		display: block;
		float: none;
		margin: auto;
	}
	.pt_mac .transfer_data .container div.pic {
		float: none;
		display: block;
		max-width: 90%;
		margin: auto;
	}
	.pt_mac .transfer_data .container div.pic img {
		max-width: 100%;
	}
	.pt_mac .more_features .features li {
		display: block;
		margin: 50px auto;
	}
	.pt_win .process .processes li {
		display: block;
		margin: 50px auto;
	}
}

@media(max-width:768px) {
	.common_banner {
		background-position-x: right;
		background: none !important;
		height: auto;
	}
	.common_banner .product_desc .conta {
		padding: 30px
	}
	.common_banner .play_btn {
		display: none;
	}
	.common_moreFunctions .pic {
		display: block;
		text-align: center;
	}
	.common_moreFunctions .funcs {
		text-align: left;
		width: 90%;
		display: block;
		margin: auto;
	}
	.common_moreFunctions .funcs a {
		width: auto;
		height: 60px;
		line-height: 60px;
		display: block;
		padding-left: 210px;
		margin: 40px 0;
	}
	.common_moreFunctions .funcs a img {
		display: inline-block;
		vertical-align: top;
	}
	.common_moreFunctions .funcs a span {
		display: inline-block;
		padding-left: 10px;
		vertical-align: top;
		height: 60px;
		line-height: 60px;
	}
	.common_reviews .reviews_board {
		width: 90%;
	}
	.common_reviews .reviews_board .rev_box .cont {
		width: 60%;
	}
	.abr .abr_box .box {
		height: auto;
	}
	.abr .abr_box .box:nth-child(2n+1) .pic {
		float: left;
		float: none;
		margin: auto;
		display: block;
	}
	.abr .abr_box .box:nth-child(2n+1) .text {
		float: none;
		display: block;
		margin: auto;
	}
	.abr .abr_box .box:nth-child(2n) .pic {
		float: none;
		margin: auto;
		display: block;
	}
	.abr .abr_box .box:nth-child(2n) .text {
		float: none;
		display: block;
		margin: auto;
	}
	.ade .ade_desc .text {
		width: 90%;
		float: none;
		display: block;
		margin: auto;
		text-align: center;
		padding-bottom: 0px;
	}
	.ade .ade_desc .pic {
		width: 90%;
		float: none;
		display: block;
		margin: auto;
		text-align: center;
		padding-top: 0px;
	}
	.ade .ade_desc .pic li {
		display: block;
		margin: 40px auto;
	}
	.ade .ade_ban .text {
		width: 80%;
		padding: 80px 0;
	}
	.adr_mac .work .p1 {
		width: 90%;
	}
	.adr_mac .work .steps li {
		display: block;
		margin: 50px auto;
	}
	.adr_mac .dataType .p1 {
		width: 90%;
	}
	.adr_mac .dataType .type li {
		display: block;
		margin: 50px auto;
	}
	.adr_mac .multiple .text {
		float: none;
		display: block;
		margin: auto;
		margin-bottom: 50px;
		text-align: center;
		width: 90%;
	}
	.adr_mac .multiple .text .p2 {
		padding: 0 20px;
	}
	.adr_mac .multiple .pic {
		float: none;
		display: block;
	}
	.adr_mac .multiple .pic img {
		display: none;
	}
	.adr_mac .multiple .pic .xy_pic {
		display: block;
		text-align: center;
	}
	.adr_mac .multiple .pic .xy_pic img {
		display: inline;
	}
	.adr_mac .multiple .pic .xy_pic li {
		display: block;
		margin: 50px auto;
	}
	.apr_win .causes .text li {
		width: 70%;
	}
	.apr_win .photo .container div.text {
		width: 90%;
	}
	.apr_win .audio .container div.text {
		width: 90%;
	}
	.apr_win .video .p2 {
		width: 50%;
	}
	.apr_mac .dataType .container div.text {
		width: 90%;
	}
	.apr_mac .supportDevice .container div.text {
		width: 90%;
	}
	.apr_mac .safeRecover .container div.text {
		width: 90%;
	}
	.p-content .box .row {
		margin-left: -30px;
		margin-right: 0;
	}
}

@media(max-width:414px) {
	.common_banner .product_desc .conta {
		height: auto;
		padding: 15px
	}
	.common_banner .play_btn {
		display: none;
	}
	.common_tutorials .tutorials_boxs .articleBox {
		width: 100%;
	}
	.common_tutorials .tutorials_boxs .articleBox img {
		max-width: 100%;
	}
	.common_banner .container .play_btn {
		width: 250px;
		height: 250px;
		top: 65%;
		margin-left: -125px;
	}
	.common_moreFunctions .funcs {
		width: 100%;
	}
	.common_moreFunctions .funcs a {
		padding-left: 0px;
		width: 90%;
		margin: 40px auto;
	}
	.common_moreFunctions .funcs a span {
		padding-left: 10px;
		line-height: 30px;
		width: 70%;
	}
	.user_comment {
		width: 100%;
		left: 0;
		margin-left: 0;
		overflow-x: hidden;
	}
	.user_comment .form_box div.rating {
		width: 100% !important;
	}
	.abr .abr_box .box .pic {
		width: 90%;
		height: 215px;
	}
	.abr .abr_box .box .pic img {
		max-width: 100%;
	}
	.abr .abr_box .box .text {
		width: 90%;
	}
	.abr .abr_box .box .text .p1 {
		width: 100%;
	}
	.abr .abr_box .box .text .p2 {
		width: 100%;
	}
	.ade .ade_ban {
		background-size: 700%;
		height: auto;
	}
	.apr_win .causes .text li {
		width: 90%;
	}
	.apr_win .causes .text li span {
		width: 80%;
	}
	.apr_win .causes .text li span p {
		line-height: 20px;
		margin-left: 20px;
	}
	.apr_win .photo .container div.pic {
		width: 90%;
		height: auto;
	}
	.apr_win .photo .container div.pic img {
		max-width: 100%;
	}
	.apr_win .video .p2 {
		width: 90%;
	}
	.apr_win .video {
		padding: 50px 0;
	}
	.apr_win .audio .container div.pic {
		width: 90%;
		height: auto;
	}
	.apr_win .audio .container div.pic img {
		max-width: 100%;
	}
	.apr_mac .dataType .container div.pic {
		width: 90%;
		height: auto;
	}
	.apr_mac .dataType .container div.pic img {
		max-width: 100%;
	}
	.apr_mac .supportDevice .p2 {
		width: 90%;
	}
	.apr_mac .supportDevice {
		padding: 50px 0;
	}
	.apr_mac .safeRecover .container div.pic {
		width: 90%;
		height: auto;
	}
	.apr_mac .safeRecover .container div.pic img {
		max-width: 100%;
	}
	.at_win .backup_restore .container div.pic {
		width: 90%;
		height: auto;
	}
	.at_win .backup_restore .container div.pic img {
		max-width: 100%;
	}
	.at_mac .transfer {
		padding: 30px 0;
	}
	.at_mac .transfer .container div.text {
		padding: 30px 0;
	}
	.at_mac .transfer .container div.pic {
		width: 90%;
		margin: auto;
		height: auto;
	}
	.at_mac .transfer .container div.pic img {
		width: 100%;
	}
	.idr .compatible .switch {
		height: auto;
	}
	.idr .compatible .switch li {
		height: auto;
		padding: 30px 0;
	}
	.idr .compatible .xy_result {
		margin-top: -10px;
	}
	.idr .recoverModes .modes li {
		width: 90%;
	}
	.iwt .backup_restore .container div.pic {
		width: 90%;
		height: auto;
	}
	.iwt .backup_restore .container div.pic img {
		max-width: 100%;
	}
	.iwt .transfer .container .p2 {
		width: 90%;
	}
	.common_banner .product_desc p.title {
		font-size: 25px
	}
	.common_tutorials {
		padding-top: 40px
	}
	.adr_win .work {
		padding-bottom: 0
	}
	.adr_win .dataType {
		padding-top: 0
	}
	.common_moreFunctions .pic {
		width: 60%;
		margin: auto
	}
	.adr_win .work .sub_title {
		font-size: 24px;
		margin-bottom: 0px;
	}
	.common_reviews .sub_title {
		font-size: 24px;
		margin-top: 20px
	}
	.common_reviews {
		padding-top: 0
	}
	.common_tutorials .sub_title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.common_moreFunctions .sub_title {
		font-size: 24px;
		margin-bottom: 20px
	}
	.common_tutorials .sub_title {
		font-size: 24px;
		margin-bottom: 20px
	}
}

@media(max-width:320px) {
	.common_tutorials .tutorials_boxs .articleBox {
		width: 95%;
		margin: auto;
		display: block;
	}
	.common_tutorials .tutorials_boxs .articleBox img {
		max-width: 100%;
	}
	.common_banner .container .play_btn {
		width: 180px;
		height: 180px;
		top: 75%;
		margin-left: -90px;
	}
	.ade .ade_ban {
		background-size: 1000%;
	}
	.apr_win .causes .text li span {
		width: 75%;
	}
	.user_comment .form_box {
		margin: 0;
	}
}


/**
     * 2017/9/9
     * Noxus
     * Data Recovery win
 */

.ADR_win {
	width: 100%;
}

.ADR_win .desc {
	padding: 74px 0px;
}

.ADR_win .desc .name {
	color: #06345A;
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}

.ADR_win .desc .content {
	overflow: hidden;
}

.ADR_win .desc .content .pic {
	width: 600px;
	float: left;
	background: url('../img/adr_desc_banner.png') no-repeat center center;
	text-align: center;
	border-radius: 30px;
}

.ADR_win .desc .content .pic img {
	width: 102px;
	margin-right: 90px;
	padding: 87px 0px;
}

.ADR_win .desc .content .pic img:last-child {
	margin-right: 0px;
}

.ADR_win .desc .content .word {
	margin-left: 38px;
	margin-top: 30px;
	float: left;
	width: 560px;
}

.ADR_win .desc .content .word .title {
	color: #06345A;
	font-size: 24px;
}

.ADR_win .desc .content .word em {
	display: block;
	width: 82px;
	height: 1px;
	background-color: #CC9933;
	margin: 19px 0px 39px 0px;
}

.ADR_win .desc .content .word p {
	color: #06345A;
	font-size: 18px;
}

.ADR_win .desc .content .word p span {
	display: inline-block;
	width: 92%;
	vertical-align: top;
}

.ADR_win .desc .content .word p:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #06345A;
	border-radius: 50%;
	margin-bottom: 3px;
	margin-right: 6px;
}

.ADR_win .support {
	background-color: #F2EFE5;
	padding: 50px 0px;
	border-radius: 20px;
}

.ADR_win .support .name {
	text-align: center;
	color: #06345A;
	font-size: 36px;
	margin-bottom: 62px;
}

.ADR_win .support .content {
	overflow: hidden;
}

.ADR_win .support .content .box {
	display: inline-block;
	width: 164px;
	height: 282px;
	background-color: #fff;
	border-radius: 20px;
	float: left;
	margin-left: 31px;
	position: relative;
	border: 1px solid #fff;
}

.ADR_win .support .content .box:hover {
	text-decoration: none;
	background-color: inherit;
	border: 1px solid #CC9933;
}

.ADR_win .support .content .box .pic {
	text-align: center;
	margin-top: 30px;
}

.ADR_win .support .content .box .word {
	text-align: center;
	color: #06345A;
	font-size: 16px;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 90px;
	bottom: 27px;
}

.ADR_win .support .content .box .word span {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.ADR_win .support .content .box .word .title {
	margin-bottom: 30px;
}

.ADR_win .types {
	width: 100%;
	background: url('../img/adr_type_banner.png') no-repeat center center;
	padding: 58px 0px;
	margin-top: 90px;
}

.ADR_win .types .name {
	font-size: 30px;
	color: #06345A;
	text-align: center;
	margin-bottom: 75px;
}

.ADR_win .types .content {
	overflow: hidden;
	padding-left: 38px;
}

.ADR_win .types .content .box {
	width: 187px;
	height: 326px;
	border-radius: 20px;
	float: left;
	border: 1px solid #06345A;
	padding-top: 90px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.ADR_win .types .content .box .pic {
	text-align: center;
}

.ADR_win .types .content .box .word {
	width: 100%;
	height: 117px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.ADR_win .types .content .box .word span {
	display: inline-block;
	width: 100%;
}

.ADR_win .types .content .box .word .title {
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.ADR_win .types .content .box .word .hide {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	padding: 0px 15px;
}

.ADR_win .types .content .box:hover {
	background-color: #CC9933;
	border: 1px solid #CC9933;
	width: 226px;
	padding-top: 45px;
}

.ADR_win .types .content .box:hover .word {
	height: 180px;
}

.ADR_win .types .content .box:hover .word .hide {
	display: block !important;
}

@media (max-width: 1024px) {
	.ADR_win .container {
		padding: 0px 15px !important;
	}
	.ADR_win .desc .content .pic {
		width: 100%;
		float: inherit;
		background-size: cover;
	}
	.ADR_win .desc .content .word {
		float: inherit;
		width: 100%;
		margin: 55px auto 0px;
	}
	.ADR_win .support .content .box {
		margin-bottom: 20px;
	}
	.ADR_win .types .content .box {
		margin-bottom: 20px;
	}
	.ADR_win .types {
		background-size: cover;
	}
}

@media (max-width: 768px) {
	.ADR_win .support .content .box {
		width: 202px;
	}
	.ADR_win .types .content .box {
		width: 200px;
	}
	.ADR_win .types .content .box:hover {
		width: 239px;
	}
}

@media (max-width: 700px) {
	.ADR_win .desc .content .pic img {
		margin-right: 10px;
	}
}

@media (max-width: 414px) {
	.ADR_win .desc .name,
	.ADR_win .support .name,
	.ADR_win .types .name {
		font-size: 24px;
	}
	.ADR_win .desc .content .word .title {
		font-size: 20px;
	}
	.ADR_win .desc .content .word p {
		font-size: 16px;
	}
	.ADR_win .desc .content .pic img {
		margin-right: 10px;
	}
	.ADR_win .types .content {
		padding-left: 0px;
	}
	.ADR_win .support .content .box {
		width: 42%;
		margin-left: 20px;
		height: 225px;
	}
	.ADR_win .support .content .box .word {
		height: 100px;
		bottom: 0px;
	}
	.ADR_win .support .content .box .pic img {
		width: 50px;
	}
	.ADR_win .support .content .box .word .title {
		margin-bottom: 7px;
	}
	.ADR_win .types .content .box {
		width: 50%;
		padding-top: 20px;
	}
	.ADR_win .types .content .box:hover {
		width: 50%;
		padding-top: 20px;
		border: 1px solid #06345A;
		background-color: inherit;
	}
	.ADR_win .types .content .box .word {
		height: 220px;
	}
	.ADR_win .types .content .box:hover .word {
		height: 220px;
	}
	.ADR_win .types .content .box .word .hide {
		display: block !important;
	}
}

@media (max-width: 320px) {
	.ADR_win .desc .content .pic img {
		width: 70px;
	}
	.ADR_win .support .content .box {
		margin-left: 15px;
	}
	.ADR_win .types .content .box {
		height: 360px;
	}
	.ADR_win .types .content .box .word {
		height: 255px;
	}
	.ADR_win .types .content .box:hover .word {
		height: 255px;
	}
	.ADR_win .types .content .box .word .hide {
		display: block !important;
	}	
}


/**
     * 2017/9/9
     * Noxus
     * Data Recovery mac
 */

.ADR_mac {
	width: 100%;
}

.ADR_mac .desc {
	padding: 74px 0px;
}

.ADR_mac .desc .name {
	color: #06345A;
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}

.ADR_mac .desc .content {
	overflow: hidden;
}

.ADR_mac .desc .content .box {
	width: 350px;
	height: 330px;
	background-color: #fff;
	border-radius: 20px;
	float: left;
	margin-right: 72px;
	position: relative;
	border: 1px solid #CC9933;
}

.ADR_mac .desc .content .box .pic {
	text-align: center;
	margin-top: 55px;
}

.ADR_mac .desc .content .box .word {
	text-align: center;
	color: #06345A;
	font-size: 16px;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 114px;
	bottom: 27px;
}

.ADR_mac .desc .content .box .word span {
	display: inline-block;
	width: 100%;
	text-align: center;
	width: 80%;
	line-height: 1.5em;
}

.ADR_mac .desc .content .box .word .title {
	margin-bottom: 26px;
	font-size: 24px;
	width: 100%;
	line-height: inherit;
}

.ADR_mac .desc .content .box:last-child {
	margin-right: 0px;
}

.ADR_mac .support {
	background-color: #F2EFE5;
	padding: 50px 0px;
	border-radius: 20px;
}

.ADR_mac .support .name {
	text-align: center;
	color: #06345A;
	font-size: 36px;
	margin-bottom: 62px;
}

.ADR_mac .support .content {
	overflow: hidden;
}

.ADR_mac .support .content .box {
	display: inline-block;
	width: 164px;
	height: 282px;
	background-color: #fff;
	border-radius: 20px;
	float: left;
	margin-left: 31px;
	position: relative;
	border: 1px solid #fff;
}

.ADR_mac .support .content .box:hover {
	text-decoration: none;
	background-color: inherit;
	border: 1px solid #CC9933;
}

.ADR_mac .support .content .box .pic {
	text-align: center;
	margin-top: 30px;
}

.ADR_mac .support .content .box .word {
	text-align: center;
	color: #06345A;
	font-size: 16px;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 90px;
	bottom: 27px;
}

.ADR_mac .support .content .box .word span {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.ADR_mac .support .content .box .word .title {
	margin-bottom: 30px;
}

.ADR_mac .types {
	width: 100%;
	background: url('../img/adr_type_banner.png') no-repeat center center;
	padding: 58px 0px;
	margin-top: 90px;
}

.ADR_mac .types .name {
	font-size: 30px;
	color: #06345A;
	text-align: center;
	margin-bottom: 75px;
}

.ADR_mac .types .content {
	overflow: hidden;
	padding-left: 38px;
}

.ADR_mac .types .content .box {
	width: 187px;
	height: 326px;
	border-radius: 20px;
	float: left;
	border: 1px solid #06345A;
	padding-top: 90px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.ADR_mac .types .content .box .pic {
	text-align: center;
}

.ADR_mac .types .content .box .word {
	width: 100%;
	height: 117px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.ADR_mac .types .content .box .word span {
	display: inline-block;
	width: 100%;
}

.ADR_mac .types .content .box .word .title {
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.ADR_mac .types .content .box .word .hide {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	padding: 0px 15px;
}

.ADR_mac .types .content .box:hover {
	background-color: #CC9933;
	border: 1px solid #CC9933;
	width: 226px;
	padding-top: 45px;
}

.ADR_mac .types .content .box:hover .word {
	height: 180px;
}

.ADR_mac .types .content .box:hover .word .hide {
	display: block !important;
}

@media (max-width: 1024px) {
	.ADR_mac .container {
		padding: 0px 15px !important;
	}
	.ADR_mac .support .content .box {
		margin-bottom: 20px;
	}
	.ADR_mac .types .content .box {
		margin-bottom: 20px;
	}
	.ADR_mac .types {
		background-size: cover;
	}
	.ADR_mac .desc .content .box {
		width: 32%;
		margin-right: 10px;
		height: 350px;
	}
	.ADR_mac .desc .content .box .word {
		height: 145px;
	}
}

@media (max-width: 768px) {
	.ADR_mac .support .content .box {
		width: 202px;
	}
	.ADR_mac .types .content .box {
		width: 200px;
	}
	.ADR_mac .types .content .box:hover {
		width: 239px;
	}
}
@media (max-width: 414px) {
	.ADR_mac .desc .name,
	.ADR_mac .support .name,
	.ADR_mac .types .name {
		font-size: 24px;
	}
	.ADR_mac .types .content {
		padding-left: 0px;
	}
	.ADR_mac .support .content .box {
		width: 42%;
		margin-left: 20px;
		height: 225px;
	}
	.ADR_mac .support .content .box .word {
		height: 100px;
		bottom: 0px;
	}
	.ADR_mac .support .content .box .pic img {
		width: 50px;
	}
	.ADR_mac .support .content .box .word .title {
		margin-bottom: 7px;
	}
	.ADR_mac .types .content .box {
		width: 50%;
		padding-top: 20px;
	}
	.ADR_mac .types .content .box:hover {
		width: 50%;
		padding-top: 20px;
		border: 1px solid #06345A;
		background-color: inherit;
	}
	.ADR_mac .types .content .box .word {
		height: 220px;
	}
	.ADR_mac .types .content .box:hover .word {
		height: 220px;
	}
	.ADR_mac .types .content .box .word .hide {
		display: block !important;
	}
	.ADR_mac .desc .content .box {
		width: 212px;
		height: 201px;
		margin: 0px auto 20px;
		float: inherit;
	}
	.ADR_mac .desc .content .box:last-child {
		margin: auto;
	}
	.ADR_mac .desc .content .box .pic {
		margin-top: 30px;
	}
	.ADR_mac .desc .content .box .word {
		height: 70px;
	}
	.ADR_mac .desc .content .box .pic img {
		width: 50px;
	}
	.ADR_mac .desc .content .box .word span {
		font-size: 12px;
	}
	.ADR_mac .desc .content .box .word .title {
		font-size: 14px;
		margin-bottom: 10px;
	}
}
@media (max-width: 320px) {
	.ADR_mac .support .content .box {
		margin-left: 15px;
	}
	.ADR_mac .types .content .box {
		height: 360px;
	}
	.ADR_mac .types .content .box .word {
		height: 255px;
	}
	.ADR_mac .types .content .box:hover .word {
		height: 255px;
	}
	.ADR_mac .types .content .box .word .hide {
		display: block !important;
	}
}