/*
样式名：fs-resource.css；
用途：主要用于resource相关页面样式；
包含页面样式：Video Tutorials,Guide,How to Tips,Blog等主页样式；
*/

/*Video Tutorials*/
.rs-vd-tag {
	text-align: center;
	padding: 20px 0;
}

.rs-vd-tag a {
	color: #565656;
	border-radius: 30px;
	border: 1px #ccc solid;
	display: inline-block;
	padding: 4px 16px;
	margin: 4px 10px;
	font-weight: bold;
}

.rs-vd-tag a:hover {
	border: 1px #FF4218 solid;
	color: #FF4218;
}

.rs-vd-tag .vd-sel {
	border: 1px #FF4218 solid;
	background: #FF4218;
	color: #fff !important;
}

.rs-video {
	margin: 16px 0;
}

.rs-video-item {
	color: #000;
	display: block;
	background: #F8F8F8;
	border-radius: 16px;
	padding: 10px;
	margin-top: 0;
	transition: margin-top .2s linear;
	min-height: 380px;
}

.rs-video-item figure {
	display: block;
	position: relative;
}

.rs-video-item figure em {
	position: absolute;
	width: 60px;
	height: 60px;
	background: rgb(255, 255, 255, 0.8);
	border-radius: 50px;
	text-align: center;
	line-height: 65px;
	top: 40%;
	left: 40%;
	margin: auto;
	color: #000;
}

.rs-video-item figure em i {
	font-size: 28px;
}

.rs-video-item figure span {
	position: absolute;
	background: rgb(0, 0, 0, 0.7);
	color: #fff;
	border-radius: 0 8px 8px 8px;
	padding: 2px 8px;
	right: 0;
	bottom: 0;
	margin: 0 8px 8px 0;
}

.rs-video-item figure img {
	border-radius: 16px;
	width: 100%;
}

.rs-video-item h4 {
	font-weight: 600;
	font-size: 20px;
}

.rs-video-item p b {
	font-weight: inherit;
	font-size: 16px;
	color: #565656;
}

.rs-video-item:hover h4 {
	color: #FF4218;
}

.rs-video-item:hover {
	margin-top: -8px;
	transition: margin-top .2s linear;
}

.rs-video-play {
	min-width: 900px;
	padding: 20px;
}

.rs-youtube-video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background: #000;
	border-radius: 8px;
}

.rs-youtube-video iframe {
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

/*how to tips*/
.rs-ht-tag {
	text-align: center;
	padding: 20px 0;
}

.rs-ht-tag a {
	color: #565656;
	border-radius: 30px;
	border: 1px #ccc solid;
	display: inline-block;
	padding: 4px 16px;
	margin: 6px 10px;
	font-weight: bold;
}

.rs-ht-tag a:hover {
	border: 1px #FF4218 solid;
	color: #FF4218;
}

.rs-ht-tag .ht-sel {
	border: 1px #FF4218 solid;
	background: #FF4218;
	color: #fff !important;
}

.rs-ht-picks {
	position: relative;
	display: block;
	color: #fff;
	border-radius: 16px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0;
	transition: .7s ease-in-out;
}

.rs-ht-picks:hover {
	color: #fff;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.4);
}

.rs-ht-picks:hover p img {
	transform: scale(1.1);
}

.rs-ht-picks p {
	margin: 0;
	padding: 0;
}

.rs-ht-picks p img {
	height: 100%;
	width: 100%;
	min-height: 357px;
	object-fit: cover;
	transition: .7s ease-in-out;
}

.rs-ht-picks .rs-picks-tag {
	position: absolute;
	top: 0;
	right: 0;
	background: #FF4218;
	border-radius: 1.875rem;
	color: #fff;
	padding: 4px 10px;
	margin: 8px 8px 0 0;
}

.rs-ht-picks .rs-picks-title {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0, 0.7);
	padding: 16px;
}

.rs-ht-picks .rs-picks-title:hover {
	color: #fff;
}

.rs-ht-card {
	margin: 10px;
	padding: 0 0 16px 0;
	cursor: pointer;
	display: block;
	transition: .7s ease-in-out;
}

.rs-ht-card:hover {
	background-color: #F5F5F7;
	border-radius: 16px;
	text-decoration: none;
	color: #000;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.1);
}

.rs-ht-card:hover figure img {
	transform: scale(1.1);
}

.rs-ht-card:hover h4 {
	color: #FF4218;
}

.rs-ht-card {
	color: #000;
}

.rs-ht-card figure {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.rs-ht-card figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .7s ease-in-out;
	min-width: 356px;
	min-height: 200px;
}

.rs-ht-card p span {
	color: #565656;
	display: block;
	padding: 0 16px;
}

.rs-ht-card h4 {
	padding: 0 16px;
	transition: .3s ease-in-out;
}

.rs-ht-author {
	padding: 0 0 0 26px;
}

.rs-ht-author p {
	margin: 0;
}

.ht-author-photo {
	width: 48px;
	height: 48px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 30px;
}

.ht-author-photo img {
	margin: 0;
	padding: 0;
}

.ht-author-info {
	float: right;
	width: 200px;
}

.ht-author-info p span {
	color: #565656;
	padding: 0;
}

.rs-ht-more {
	color: #000;
	font-size: 1.25rem;
	border: 2px #000 solid;
	display: inline-block;
	float: right;
	padding: 4px 20px;
	border-radius: 30px;
	margin: 30px 0 0 0;
}

.rs-ht-more:hover {
	border: 2px #FF4218 solid;
	color: #FF4218;
}

/*blog*/
.rs-bl-slide {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
}

.rs-bl-hot {
	position: relative;
	margin: 0 10px;
	padding: 0 !important;
	overflow: hidden;
	display: block;
	border-radius: 16px !important;
}

.rs-bl-hot:hover p img {
	transform: scale(1.1);
}

.rs-bl-hot p {
	margin: 0;
	padding: 0;
}

.rs-bl-hot p img {
	width: 100%;
	height: 100%;
	transition: .7s ease-in-out;
}

.rs-bl-hot div {
	position: absolute;
	background: rgb(0, 0, 0, 0.4);
	z-index: 20;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 20px;
	width: 100%;
}

.rs-bl-card {
	margin: 10px;
	padding: 0 0 16px 0;
	cursor: pointer;
	display: block;
	transition: .7s ease-in-out;
}

.rs-bl-card:hover {
	background-color: #F5F5F7;
	border-radius: 16px;
	text-decoration: none;
	color: #000;
	box-shadow: 0 8px 16px rgb(0, 0, 0, 0.1);
}

.rs-bl-card:hover figure img {
	transform: scale(1.1);
}

.rs-bl-card:hover h4 {
	color: #FF4218;
}

.rs-bl-card {
	color: #000;
}

.rs-bl-card figure {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.rs-bl-card figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .7s ease-in-out;
}

.rs-bl-card p span {
	color: #565656;
	display: block;
	padding: 0 16px;
}

.rs-bl-card h4 {
	padding: 0 16px;
	transition: .3s ease-in-out;
	font-size: 1.125rem;
}

/*help index*/
.help-bg {
	background: #F8F7F8 url("../images/cu-bg.png") no-repeat;
	background-size: cover;
}

.hl-search {
	border: 2px #FF4218 solid;
	width: 600px;
	margin: 0 auto;
	border-radius: 60px;
	overflow: hidden;
	padding: 0;
	background: #fff;
}

.hl-search .search-box {
	width: 80%;
	border: 0 !important;
	float: left;
	font-size: 20px;
	margin: 4px 0 0 10px;
	height: 50px;
}

.hl-search .search-box:focus {
	border: 0 !important;
	outline: none
}

.hl-search .hl-search-btn {
	border: 0;
	background: #FF4218;
	border-radius: 30px;
	float: right;
	width: 42px;
	height: 42px;
	margin: 6px 6px 0 0;
}

.hl-search .hl-search-btn:hover {
	background: #ff552b;
}

.hl-search .hl-search-btn i {
	color: #fff;
	font-size: 20px;
}

.hl-issue {
	list-style: none;
	margin: 20px auto !important;
	padding: 0;
}

.hl-issue li {
	margin: 10px 0;
}

.hl-issue li a {
	display: block;
	text-align: center;
	color: #000;
	padding: 20px 0;
	border-radius: 8px;
	transition: .1s ease-in-out;
}

.hl-issue li a i {
	font-size: 60px;
}

.hl-issue li a span {
	display: block;
	font-size: 16px;
	padding: 10px 0;
}

.hl-issue li a:hover {
	background: #fff;
}

.hl-bor {
	border-bottom: 1px #eaeaea solid;
}

.hl-pro-item {
	display: block;
	text-align: center;
	padding: 20px 10px;
	border-radius: 16px;
	color: #000;
	transition: .5s ease-in-out;
	background: #fff;
	border: 2px #eaeaea solid;
	height: 95%;
	width: 95%;
	margin-top: 10px;
}

.hl-btn-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hl-btn-box a {
	border-radius: 12px;
	border: 1px #eaeaea solid;
	padding: 10px 40px;
	margin-bottom: 20px;
	width: 70%;
}

.hl-btn-box a:hover {
	color: #fff;
	background: #1560DA;
	border: 1px #1560DA solid;
	box-shadow: 0px 4px 16px 0px rgba(255, 66, 24, 0.12);
}

.hl-post-bg {
	background: #F5F5F7;
}

.hl-post-list {
	background: #fff;
	border-radius: 16px;
	display: block;
	padding: 10px 0;
	border: 1px #ececec solid;
	height: 95%;
	margin-bottom: 20px;
}

.hl-post-list div {
	border-left: 4px #FF4218 solid;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
}

.hl-post-list div h4 {
	font-size: 18px;
	float: left;
	padding: 4px 0 4px 20px;
	margin: 0;
}

.hl-post-list div a {
	display: inline-block;
	float: right;
	margin: 0 10px 0 0;
	color: #FF4218;
}

.hl-post-list div a:hover {
	text-decoration: underline;
}

.hl-post-list ul {
	margin: 10px 0 0 0;
}

.hl-post-list ul li {
	padding: 6px 0 4px 14px;
}

.hl-post-list ul li a {
	color: #000;
}

.hl-post-list ul li a:hover {
	color: #FF4218;
	text-decoration: underline;
}

.hl-post-list ul li a:before {
	content: '-';
	display: block;
	float: left;
	margin: 0 8px 0 0;
}

.hl-contact {
	background: #333;
	border-radius: 12px;
	padding: 16px 60px;
	color: #fff;
	font-size: 18px;
}

.hl-contact:hover {
	background: #1560DA;
	color: #fff;
}

.hl-seemore {
	margin-top: 40px;
}

.hl-seemore a {
	border-radius: 12px;
	background: #333;
	margin-top: 80px;
	padding: 16px 70px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.hl-seemore a:hover {
	opacity: 0.8;
	box-shadow: 0px 4px 16px 0px rgba(255, 66, 24, 0.12);
	background: #1560DA;
}

.fs-page-nav a {
	color: #000;
}

.fs-page-nav a:hover {
	color: #FF4218;
	text-decoration: underline;
}

.fs-page-nav span {
	color: #565656;
}

.fs-page-nav select {
	border: 1px #ccc solid;
	border-radius: 8px;
	font-weight: bold;
	padding: 4px 16px;
}

.bt-top {
	border-top: 1px #EBEBF2 solid;
}

.bt-bor {
	border-bottom: 1px #EBEBF2 solid;
}

.hl-guide-nav {
	padding: 20px 0 40px 0;
}

.hl-guide-nav a {
	display: inline-block;
	padding: 10px 0;
	margin: 0 30px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.hl-guide-nav a:hover {
	color: #FF4218;
}

.hl-guide-nav a i {
	font-size: 24px;
}

.brcolor {
	color: #FF4218 !important;
	border-bottom: 3px #FF4218 solid;
}

.hl-guide-quest li {
	padding: 35px 32px 16px 32px;
	cursor: pointer;
	height: 100px;
	transition: .5s linear;
	overflow: hidden;
	background: #fff;
	margin: 30px 0;
	border-radius: 8px;
	box-shadow: 0 0 6px rgb(0, 0, 0, 0.1);
}

.hl-guide-quest li:hover h4 {
	color: #FF4218;
}

.hl-guide-quest li h4 {
	font-weight: 500;
	position: relative;
	color: #333;
}

.hl-guide-quest li h4::after {
	content: '\e62f';
	font-family: fs;
	position: absolute;
	right: 0;
	transform: rotate(0);
	transition: .2s linear;
}

.hl-guide-quest li div {
	overflow: hidden;
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	color: #555;
	opacity: 0;
	transition: .2s linear;
}

.hl-guide-quest li div ol {
	margin: 0;
	padding: 0;
}

.hl-guide-quest li div ol li {
	padding: 4px;
	border: 0;
	height: auto;
	margin: 0;
	box-shadow: none
}

.hl-guide-quest li div a {
	color: #FF4218;
}

.hl-guide-quest li div a:hover {
	text-decoration: underline;
}

.hl-show {
	transition: height .25s linear;
	color: #FF4218 !important;
}

.hl-show div {
	opacity: 1 !important;
}

.hl-show p {
	color: #565656;
}

.hl-show h4::after {
	transform: rotate(45deg) !important;
}

.hl-fc-dl2 {
	background: linear-gradient(120deg, #052163 0, #1560DA 100%);
	color: #fff;
	padding: 30px;
}

.hl-fc-dl {
	background: linear-gradient(120deg, #052163 0, #1560DA 100%);
	border-radius: 16px;
	color: #fff;
	padding: 30px;
}

.fc-banner-dl {
	display: inline-block;
	width: auto;
	color: #fff;
	background: #1560DA;
	border-radius: 10px;
	padding: 4px 38px 4px 38px;
	margin: 10px 0 0 0;
	transition: transform .3s;
}

.fc-banner-dl::before {
	content: '\ec2e';
	font-family: fs;
	font-size: 42px;
	display: inline-block;
}

.fc-banner-dl:hover {
	text-decoration: none;
	transform: translatey(-5px);
	color: #fff;
}

.fc-banner-dl span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 0 0 0 15px;
	position: relative;
	top: 0px;
}

.fc-banner-dl span b {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}

.fc-dl-apple {
	display: inline-block;
	width: auto;
	color: #fff;
	background: #000;
	border-radius: 10px;
	padding: 4px 42px 4px 32px;
	margin: 10px 0 0 0;
	transition: transform .3s;
}

.fc-dl-apple::before {
	content: '\e611';
	font-family: fs;
	font-size: 42px;
	display: inline-block;
}

.fc-dl-apple:hover {
	text-decoration: none;
	transform: translatey(-5px);
	color: #fff;
}

.fc-dl-apple span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 0 0 0 15px;
	position: relative;
	top: 0px;
}

.fc-dl-apple span b {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	text-align: left;
}

.hl-guide-itme {
	display: block;
	text-align: center;
	color: #000;
	border-radius: 16px;
	padding: 40px;
	margin: 20px 0;
	transition: .5s linear;
	min-height: 280px;
	box-shadow: 0 0 6px rgb(0, 0, 0, 0.1);
}

.hl-guide-itme p i {
	font-size: 48px;
	font-weight: 400;
}

.hl-guide-itme p b {
	font-weight: 500;
	color: #FF4218;
}

.hl-guide-itme:hover {
	color: #000;
}

.hl-guide-finecam {
	background: #F3FAFF url(../support/images/hl-guide-finecam.png) no-repeat bottom center;
}

.hl-guide-finevoice {
	background: #F3FAFF url(../support/images/hl-guide-finevoice.webp) no-repeat bottom center;
}

@media (max-width: 1920px) {}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

@media (max-width: 992px) {
	.rs-video-play {
		min-width: 800px;
	}
}

@media only screen and (max-width:768px) {
	.rs-video-play {
		min-width: 680px;
		padding: 30px 10px 10px 10px;
	}

	.rs-ht-more {
		display: none;
	}
}

@media only screen and (max-width:576px) {
	.rs-video-play {
		min-width: 380px;
		padding: 30px 10px 10px 10px;
	}

	.hl-search {
		width: 100%;
	}

	.hl-guide-finecam {
		background: none;
	}
}