@charset"utf-8";
*,
::after,
::before {
	box-sizing: border-box
}

:root {
	--primary-color: #2d6bed;
	--secondary-color: #E7ECEE;
	--primary-color-hover: #427cf7;
	--dark-color: #1b1b1b;
	--border-color: #D9D9D9;
	--grey-color: #eeeeee;
	--white-color: #ffffff
}

dl,
ul {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	list-style: none
}

img {
	max-width: 100%
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.cf:after,
.cf:before {
	display: table;
	content: " ";
	line-height: 0
}

.cf:after {
	clear: both;
	visibility: hidden
}

.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px
}

.ptb-50 {
	padding-bottom: 50px;
	padding-top: 50px
}

.ptb-60 {
	padding-bottom: 60px;
	padding-top: 60px
}

.ptb-10 {
	padding-bottom: 10px;
	padding-top: 10px
}

.ptb-5 {
	padding-bottom: 5px;
	padding-top: 5px
}

.pt-40 {
	padding-top: 40px
}

.mt-60 {
	margin-top: 60px !important
}

.mt-50 {
	margin-top: 50px !important
}

.mt-40 {
	margin-top: 40px !important
}

.mt-30 {
	margin-top: 30px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mt-10 {
	margin-top: 10px !important
}

.mb-10 {
	margin-bottom: 10px !important
}

.mb-20 {
	margin-bottom: 20px !important
}

.mb-30 {
	margin-bottom: 30px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.ml-10 {
	margin-left: 10px
}

.ml-20 {
	margin-left: 20px
}

.ml-30 {
	margin-left: 30px
}

.ptb-all60 {
	padding: 60px 40px
}

.average-2wd {
	width: 48%
}

.average-3wd {
	width: 31.3%
}

.average-4wd {
	width: 24%
}

.average-45wd {
	width: 45%
}

.average-68wd {
	width: 68%
}

.re {
	position: relative
}

.re-100 {
	position: relative;
	z-index: 10
}

.text-und {
	text-decoration: underline
}

.blue-f {
	color: #469fe4
}

.green-f {
	color: #00977b
}

.gray-bg {
	background-color: #fbfbfb
}

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

.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;
	font-size: 18px
}

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

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

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

.blue-btn {
	background-color: #87d1ff;
	color: #fff
}

.blue-btn:hover {
	background-color: #71beee;
	color: #fff
}

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

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

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

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

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

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

.btn-header-download {
	background-image: linear-gradient(to bottom, #87ff9b, #0f9d41)
}

.btn-header-buy {
	background-image: linear-gradient(to bottom, #ff8d87, #d74141)
}

.banner-bg {
	background: url("../img/product-new/screen-record-bg.jpg") repeat-y;
	background-size: contain
}
.banner-bg.banner-none{
	background: none!important;
}
.banner-img {
	position: absolute;
	right: 10%;
	top: 70px;
	z-index: 10;
	width: 50%
}

.banner-img img {
	height: 470px;
	width: auto
}

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

.banner-cont .left-info .sr-box {
	margin-top: 30px
}

.banner-cont .left-info .sr-box .start-screen-recording-big {
	min-height: 75px
}

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

.banner-cont .left-info {
	width: 45%;
	min-height: 420px;
	position: relative;
	z-index: 50
}

.banner-cont h1 {
	font-size: 58px;
	color: #00967b
}

.banner-cont h1 span {
	color: #000;
	display: block
}
.banner-bg.banner-none .banner-cont h1{
	text-align: center;
}
.banner-bg.banner-none .banner-cont h1 span{
	display: inline-block;
	padding-right: 15px;
}
.sr-box .x-justify-center {
	justify-content: left
}

.sr-box .x-gap-10 {
	gap: 0
}

.sr-box .centered-buttons {
	margin-left: 15px
}

.banner-cont .left-info .su-b span {
	font-weight: 600;
	display: block
}

.floor-box {
	background-color: #d9f5f2;
	position: relative;
	padding: 30px
}

.floor-box:after {
	position: absolute;
	bottom: -49px;
	left: 0;
	content: "";
	height: 49px;
	width: 100%;
	background: url(../img/product-new/screen-record-banner-bottom.png)no-repeat;
	background-size: contain
}

.floor-box .average-2wd {
	position: relative;
	z-index: 50
}

.floor-box .rating-count a:hover {
	text-decoration: underline
}

.ul-list-icon li {
	position: relative;
	padding: 9px 0 9px 40px
}

.ul-list-icon.ul-border li {
	border-bottom: 1px solid #bfdbd8
}

.ul-list-icon li::before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	width: 21px;
	height: 21px;
	background-size: contain
}

.ul-list-icon.green-icon li::before {
	background: url(../img/product-new/screen-record-green-ic.png)no-repeat
}

.floor-pro h2.title {
	font-size: 52px;
	width: 28%
}

.floor-pro h2.title span {
	color: #00997a;
	font-size: 23px;
	display: block;
	text-transform: uppercase
}

.floor-pro h2.title b {
	color: #03bd6a
}

.floor-pro .list-bg1 {
	background-color: #00977a
}

.floor-pro .list-bg2 {
	background-image: linear-gradient(to right, #03be69, #00967b)
}

.floor-pro .list-txt {
	color: #fff;
	text-align: center;
	border-radius: 80px;
	padding: 0 2% 30px;
	width: 22%;
	min-height: 350px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.floor-pro .list-txt .bg-icon {
	width: 116px;
	height: 165px;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat
}

.list-txt .bg-icon.ic1 {
	background-image: url("../img/product-new/screen-record-ic1.png")
}

.list-txt .bg-icon.ic2 {
	background-image: url("../img/product-new/screen-record-ic2.png")
}

.list-txt .bg-icon.ic3 {
	background-image: url("../img/product-new/screen-record-ic3.png")
}

.floor-pro .list-txt h3 {
	margin-top: 20px;
	font-size: 20px
}

.faq-list {
	background-color: #fff
}

.faq-list .item {
	border-bottom: 1px solid #efefef
}

.faq-list .item .title {
	font-size: 17px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	padding: 15px 30px 15px 15px;
	color: #000
}

.faq-list .item .title .svg {
	position: absolute;
	right: 15px;
	top: 30px;
	width: 16px;
	height: 16px;
	display: block;
	background: url("../img/icon/nav-jt-blue.png") no-repeat;
	background-size: contain;
	transform: translate(0, -50%) rotate(0deg)
}

.faq-list .item .info {
	display: none;
	transition: all 0.3s ease;
	padding: 0 15px 15px;
	color: #666
}

.faq-list .item .info p {
	margin-top: 0.5rem
}

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

.faq-list .item .title .bef-ic {
	width: 24px;
	height: 24px;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.faq-list .item .title .ic-a1 {
	background-image: url("../img/product-new/screen-record-ics1.png")
}

.faq-list .item.active .title .ic-a1 {
	background-image: url("../img/product-new/screen-record-ics1-1.png")
}

.faq-list .item .title .ic-a2 {
	background-image: url("../img/product-new/screen-record-ics2.png")
}

.faq-list .item.active .title .ic-a2 {
	background-image: url("../img/product-new/screen-record-ics2-1.png")
}

.faq-list .item .title .ic-a3 {
	background-image: url("../img/product-new/screen-record-ics3.png")
}

.faq-list .item.active .title .ic-a3 {
	background-image: url("../img/product-new/screen-record-ics3-1.png")
}

.faq-list .item .title .ic-a4 {
	background-image: url("../img/product-new/screen-record-ics4.png")
}

.faq-list .item.active .title .ic-a4 {
	background-image: url("../img/product-new/screen-record-ics4-1.png")
}

.faq-list .item .title .ic-a5 {
	background-image: url("../img/product-new/screen-record-ics5.png")
}

.faq-list .item.active .title .ic-a5 {
	background-image: url("../img/product-new/screen-record-ics5-1.png")
}

.faq-list.green-bg-title .item.active .title {
	border-radius: 10px 10px 0 0;
	color: #fff;
	background-image: linear-gradient(to right, #03be69, #00967b)
}

.faq-list .item.active .title .svg {
	transform: translate(0, -50%) rotate(180deg);
	top: 28px;
	transition: all 0.3s ease;
	background-size: contain
}

.faq-list.green-bg-title .item.active .title .svg {
	background: url("../img/icon/nav-jt-white.png") no-repeat;
	background-size: contain
}

.faq-list .item.active .info {
	display: block
}

.faq-list .btn-ac {
	margin-top: 30px;
	text-align: center
}

.pro-img-right {
	text-align: right
}

.pro-img-left {
	text-align: left
}

.pro-img-left img,
.pro-img-right img {
	max-width: 100%;
	height: auto;
	width: auto
}

.list-ul-icon li {
	position: relative;
	padding: 9px 0 9px 30px
}

.list-ul-icon li::before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/product-new/screen-record-sys-black.png)no-repeat;
	background-size: auto
}

.sys-item .sys-box {
	width: 20%;
	background-color: #fbfbfb;
	margin: 20px;
	text-align: center;
	border-radius: 8px;
	padding: 30px 15px;
	font-weight: 600;
	font-size: 20px
}

.sys-item .sys-box span {
	width: 97px;
	height: 89px;
	display: block;
	margin: 15px auto
}

.sys-item .sys-box .win-sys {
	background-image: url("../img/product-new/screen-record-sys1.jpg")
}

.sys-item .sys-box .linux-sys {
	background-image: url("../img/product-new/screen-record-sys2.jpg")
}

.sys-item .sys-box .mac-sys {
	background-image: url("../img/product-new/screen-record-sys3.jpg")
}

.sys-item .sys-box .win-sys.active {
	background-image: url("../img/product-new/screen-record-sys1-1.jpg")
}

.sys-item .sys-box .linux-sys.active {
	background-image: url("../img/product-new/screen-record-sys2-1.jpg")
}

.sys-item .sys-box .mac-sys.active {
	background-image: url("../img/product-new/screen-record-sys3-1.jpg")
}

.list-ul-green li {
	position: relative;
	padding: 9px 10px 9px 40px;
	background-color: #fff;
	margin: 25px 0 0 30px;
	border-radius: 5px
}

.list-ul-green li::before {
	position: absolute;
	left: 10px;
	top: 10px;
	content: "";
	width: 22px;
	height: 22px;
	background: url(../img/product-new/screen-record-sys-zq.jpg)no-repeat;
	background-size: auto
}

.bottom-res a {
	display: block;
	font-size: 18px
}

.bottom-res .img {
	height: 280px;
	overflow: hidden;
	width: 100%;
	border-radius: 20px
}

.bottom-res .img img {
	max-width: 100%;
	height: auto;
	transform: scale(1.4);
	transform-origin: 0 40px
}

.bottom-res .tit {
	padding: 15px 10px
}

.link-a {
	color: #58c47b;
	text-decoration: underline
}

.review-box {
	overflow: hidden;
	padding: 60px 30px 90px
}

.review-mySwiper {
	width: 100%;
	height: 100%;
	position: relative
}

.review-mySwiper .swiper-slide {
	background-color: #fff;
	font-size: 18px;
	padding: 35px;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
	position: relative
}

.review-mySwiper .swiper-slide::before {
	width: 71px;
	height: 56px;
	position: absolute;
	content: "";
	right: 50px;
	top: 60px;
	z-index: 0;
	background: url("../img/product-new/screen-record-quto.png") no-repeat
}

.review-mySwiper .swiper-slide>div {
	position: relative
}

.review-mySwiper .swiper-pagination {
	text-align: left
}

.review-mySwiper.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -50px
}

.review-mySwiper .swiper-pagination-bullet {
	height: 4px;
	width: 15px;
	border-radius: 2px
}

.review-mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #58c47b!important
}

.review-boximg img {
	width: 530px;
	height: auto
}

.onlineapp-box section {
	padding: 20px 0 0
}

.onlineapp-box .custom-container {
	width: 100%!important
}

.onlineapp-box .hero .title {
	font-size: 58px;
	color: #00967b
}

.onlineapp-box .custom-container .features .custom-btn {
	color: #fff !important;
	background-image: linear-gradient(to right, #03be69, #00967b);
	font-size: 24px;
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 15px
}

.onlineapp-box .features {
	display: inherit
}

.onlineapp-box .feature-cards .feature-card {
	border: 5px solid #E7ECEE;
	background-color: #fff !important
}

.onlineapp-box .feature-cards .feature-card:hover {
	background-color: #E7ECEE!important
}

.onlineapp-box .feature-cards .feature-card.checked {
	background-color: #E7ECEE!important
}

.onlineapp-box .feature-cards {
	width: 65%
}

.onlineapp-box h2 {
	font-size: 24px
}

@media (max-width: 1399px) {
	.container-product {
		width: 94%
	}
	.banner-cont h1 {
		font-size: 50px
	}
	.floor-pro h2.title {
		font-size: 44px
	}
	.bottom-res .img {
		height: 230px
	}
	.banner-img {
		right: 3%
	}
}

@media (max-width: 996px) {
	.banner-produt .info {
		width: 55%
	}
	.banner-img {
		display: none
	}
	.container-product h2,
	.floor-pro h2.title {
		font-size: 38px
	}
	.bottom-res .img {
		height: 155px
	}
	.bottom-res .img img {
		transform: scale(1)
	}
	.floor-pro .list-txt {
		border-radius: 40px
	}
}

@media (max-width: 769px) {
	.average-2wd,
	.average-3wd,
	.average-4wd,
	.average-68wd {
		width: 100%
	}
	.ptb-50 {
		padding-bottom: 30px;
		padding-top: 30px
	}
	.mt-50 {
		margin-top: 25px !important
	}
	.banner-cont .left-info,
	.floor-pro h2.title {
		width: 100%
	}
	.floor-pro .list-txt,
	.sys-item .sys-box {
		width: 100%;
		margin-top: 20px
	}
	.container-product h2,
	.floor-pro h2.title {
		font-size: 32px
	}
	.ptb-all60 {
		padding: 30px 15px
	}
	.floor-pro .pro-img-left {
		margin-bottom: 15px
	}
	.list-ul-green li {
		width: 100%
	}
	.bottom-res>div {
		margin-bottom: 15px
	}
	.banner-cont h1 {
		font-size: 38px
	}
	.x-flex {
		flex-wrap: wrap
	}
	.sr-box .centered-buttons {
		margin-left: 0;
		margin-top: 10px
	}
	.floor-box {
		padding: 30px 15px
	}
	.onlineapp-box .hero .title {
		font-size: 40px
	}
	.onlineapp-box .feature-cards {
		width: 96%
	}
}