@charset"utf-8";
*,
::after,
::before {
	box-sizing: border-box
}
.blue-f {
	color: #469fe4
}

.green-f {
	color: #00977b
}

.pink-bg {
	background-color: #ffeded
}

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

.blue-bg-line {
	background-image: linear-gradient(to bottom, #fcfdfe, #ecf0f9)
}

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

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

.bg-a {
	background-image: linear-gradient(to bottom, #d9e2f7, #eef7f3)
}

.progreen-btn {
	background-image: linear-gradient(to right, #03be69, #00967b);
	border: none;
	color: #fff
}

.progreen-btn:hover {
	background-image: linear-gradient(to right, #00967b, #03be69);
	color: #fff
}

.btn-rad {
	border-radius: 20px
}

.btn .ios-icon {
	background-image: url("../img/icon/ios.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px
}

.btn .windows-icon {
	background-image: url("../img/icon/windows.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px
}

.btn .android-icon {
	background-image: url("../img/icon/android-white.svg");
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 10px
}

.btn .windows-icon.black {
	background-image: url("../img/icon/windows-black.svg")
}

.btn .ios-icon.black {
	background-image: url("../img/icon/ios-black.svg")
}

.blue-btn {
	background-color: #0d59f2;
	color: #fff
}

.blue-btn:hover {
	background-color: #0a4bcd;
	color: #fff
}

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

.black-btn {
	background-color: #231916;
	color: #fff
}

.black-btn:hover {
	background-color: #333;
	color: #fff
}

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

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

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

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

.f-20 {
	font-size: 20px
}

.f-18 {
	font-size: 18px
}

.pink-font {
	color: #fb8484
}

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

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

.banner-bg {
	background: #ffeded url("../img/product-pdf/pdf-hub-page-bg.jpg") repeat-y;
	background-size: contain;
	background-position: right bottom
}

.banner-img {
	position: absolute;
	right: 10%;
	z-index: 10;
	width: 50%
}

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

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

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

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

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

.banner-bg .right-main img {
	width: auto;
	height: auto
}

.btn-box .btn {
	border-radius: 10px;
	margin-left: 15px;
	font-size: 18px
}

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

.tab-changeBox .tab-ul {
	background-image: linear-gradient(to bottom, #fcfcfc, #f3f3f3);
	border: 1px solid #dadada;
	border-radius: 20px;
	padding: 15px
}

.tab-changeBox .tab-ul li {
	text-align: center;
	width: 20%;
	position: relative;
	cursor: pointer
}

.tab-changeBox .tab-ul li::after {
	width: 1px;
	height: 35px;
	background-color: #cdcdcd;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px
}

.tab-changeBox .tab-ul li:first-child::after {
	background-color: transparent
}

.tab-changeBox .tab-ul li span.ic {
	width: 75px;
	height: 75px;
	display: block;
	margin: 0 auto 8px
}

.tab-changeBox .tab-ul li span.ic img {
	width: auto;
	height: auto
}

.tab-changeBox .tab-ul li.active {
	color: #fb8484
}

.tab-changeBox .tab-ul li.active::before {
	content: "";
	position: absolute;
	height: 5px;
	width: 100px;
	background-color: #fb8484;
	bottom: -15px;
	left: 50%;
	margin-left: -50px;
	border-radius: 3px 3px 0 0
}

.tab-changeBox .item-floor .item ul li {
	font-size: 18px;
	padding: 8px 0
}

.font-text-ind {
	text-decoration: underline
}

.tab-changeBox .item-floor .item .btn {
	margin-right: 15px
}

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

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

.bg-line {
	background: url(../img/product-pdf/pdf-hub-page-line-bg.jpg)no-repeat
}

.bg-color-line {
	background: #ffeded url(../img/product-pdf/pdf-hub-page-resource-bg.jpg)no-repeat
}

.tab-changeBox .tab-right {
	width: 40%;
	float: right
}

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

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

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

.tab-changeBox .tab-right li::after {
	background: url("../img/product-pdf/pdf-hub-page-a1.png");
	width: 44px;
	height: 37px;
	position: absolute;
	content: "";
	left: 50%;
	bottom: -25px
}

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

.tab-changeBox .tab-right li.active::before {
	height: 100%;
	width: 8px;
	left: 0;
	top: 0;
	content: "";
	position: absolute;
	background-color: #fca2a2;
	border-radius: 10px 0 0 10px
}

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

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

.tab-changeBox .tab-right .title-box .number-t .nb {
	background-color: #565656;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	font-weight: 600;
	font-size: 22px
}

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

.tab-changeBox .tab-right li.active .title-box .title {
	color: #fb8484
}

.tab-changeBox .tab-right li.active .title-box .number-t .nb {
	background-color: #fb8484
}

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

.tab-modules li {
	width: 13.5%;
	background-color: #f6f6f6;
	text-align: center;
	padding: 15px;
	border-radius: 15px;
	font-size: 17px;
	cursor: pointer
}

.tab-modules li a {
	display: block
}

.tab-modules li a:hover {
	text-decoration: none;
	color: #fb8484
}

.tab-changeBox .tab-modules li span.ic {
	width: 78px;
	height: 78px;
	display: block;
	margin: 0 auto 8px
}

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

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

.tab-changeBox .change-right-img {
	width: 60%;
	float: right
}

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

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

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

.faq-list .item .info img {
	max-width: 100%
}

.faq-list .item.active .title {
	border-radius: 10px;
	color: #fff;
	background-color: #fb8484
}

.faq-list .item.active .title .svg {
	transform: translate(0, -50%) rotate(180deg);
	top: 28px;
	transition: all 0.3s ease;
	background: url("../img/icon/nav-jt-white.png") no-repeat;
	background-size: contain
}

.floor-swiper .swiper-item {
	overflow: hidden
}

.swiper-item .info-right {
	float: right;
	width: 60%;
	overflow: hidden;
	font-size: 18px
}

.swiper-item .img-left {
	float: left;
	width: 30%
}

.info-right .rating-stars i {
	background-image: url("../img/icon/green-star-black-small.png")
}

.info-right .rating-stars i.active {
	background-image: url("../img/icon/green-star-white-small.png")
}

.info-right .rating-stars i.active-half {
	background-image: url("../img/icon/green-star-half-small.png")
}

.swiper-item .info-right .name {
	font-size: 20px
}

.swiper-item .img-left .swiper-slide {
	width: 98px;
	height: 98px;
	overflow: hidden;
	padding: 10px;
	cursor: pointer;
	opacity: 0.7
}

.swiper-item .img-left .swiper-slide img {
	border-radius: 80px;
	width: 80px;
	height: auto
}

.swiper-item .img-left .swiper-slide.swiper-slide-thumb-active {
	width: 150px!important;
	height: 150px;
	border: 1px solid #fb8989;
	border-radius: 80px;
	opacity: 1
}

.swiper-item .img-left .swiper-slide.swiper-slide-thumb-active img {
	width: 150px;
	height: auto
}

.floor-dolor {
	background: #0d59f2 url(../img/product-pdf/pdf-hub-page-img5.png)no-repeat;
	border-radius: 20px;
	overflow: hidden;
	color: #fff;
	padding: 80px 20%;
	text-align: center
}

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

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

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

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

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

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

@media (max-width: 1399px) {
	.container-product {
		width: 94%
	}
	.swiper-item .img-left {
		width: 36%
	}
	
}

@media (max-width: 996px) {
	.banner-produt .info {
		width: 55%
	}
	.banner-img {
		display: none
	}
	
	.swiper-item .img-left .swiper-slide.swiper-slide-thumb-active {
		width: 110px!important;
		height: 110px
	}
	.product-header.fixed-product {
		display: none
	}
	.anchor-box {
		margin-top: 25px;
		width: 98%
	}
	.anchor-box .item {
		width: 90px
	}
}

@media (max-width: 769px) {
	
	.tab-changeBox .tab-ul li,
	.tab-modules li {
		width: 30%;
		margin-bottom: 15px
	}
	.tab-changeBox .item-floor .img {
		margin-top: 20px
	}
	.swiper-item .img-left,
	.swiper-item .info-right,
	.tab-changeBox .change-item-img,
	.tab-changeBox .change-right-img,
	.tab-changeBox .tab-left,
	.tab-changeBox .tab-right {
		width: 100%
	}
	.swiper-item .img-left {
		margin-top: 25px
	}
	.floor-dolor {
		padding: 40px 15px
	}
	.btn-box .btn {
		margin-left: 0;
		margin-bottom: 15px;
		width: 48%
	}
	.anchor-box .item {
		width: 50px
	}
	.anchor-box .item {
		font-size: 14px
	}
	.anchor-box .item img {
		width: 40px
	}
	.anchor-box .item span {
		min-height: 50px;
		display: block
	}
}