.tutorial-items {
	display: flex;
	flex-wrap: wrap;
	text-align: center
}
.tutorial-item {
	padding: 20px;
	position: relative;
	width: 50%
}
.tutorial-item .number {
	background: #fbe158;
	border-radius: 20px;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 1
}
.tutorial-item-text {
	color: #666;
	font-size: 14px;
	padding-top: 20px
}
.padding-5-1 {
	padding: 5vh 1vw
}
.text-center {
	text-align: center
}
.advantages-explain-block {
	background: #fff;
	padding: 5vh 1vw
}
.w-150 {
	width: 150px
}
.h2-title {
	color: #333;
	font-weight: 400;
	margin-bottom: 40px
}
.number-gold {
	background: #fbe158
}
.number-aqua,.number-gold {
	color: #fff;
	font-weight: 700
}
.number-aqua {
	background: var(--main-blue)
}
.faq-img-gold {
	border: 4px solid var(--main-blue);
	border-radius: 10%;
	width: 90%
}
.faq-img-aqua {
	border: 4px solid #fbe158;
	border-radius: 10%;
	width: 90%
}
.elevated.faq-img-gold {
	margin-top: 0
}
.p-10 {
	padding: 10px
}
.other-links {
	padding-bottom: 60px;
	padding-top: 0
}
.other-links .title {
	margin-top: 0
}
.resultdiv {
	margin-top: 25px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 1px;
	padding: 10px 0
}
.profileheader {
	height: 55px;
	border-bottom: 1px solid #efefef;
	padding-top: 5px
}
.profilepic {
	height: 40px;
	width: 40px;
	margin-left: 15px;
	position: absolute
}
.profilename,.username {
	margin-top: 10px
}
.profilename {
	font-weight: bolder;
	color: #3d3b3b
}
.downloadimage {
	width: 100%;
	height: auto
}
.downloadbutton {
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	outline: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #C84FB4;
	border-color: #fff;
	color: #fff;
	margin-top: 10px;
	padding: 10px;
	flex-basis: 100%;
	text-align: center
}
.downloadmusicbutton {
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	outline: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #3897f0;
	border-color: #3897f0;
	color: #fff;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 30px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px
}
.downloadmusicbutton:hover {
	color: #fff
}
.downloadmusicbutton:focus {
	color: #fff;
	-webkit-appearance: none
}
.download-info {
	margin-top: 15px;
	padding-left: 13px
}
.downloadbutton:hover {
	color: #fff
}
.downloadbutton:focus {
	color: #fff;
	-webkit-appearance: none
}
.resultdiv {
	display: none
}
#videoplayer {
	border-radius: 4px
}
a {
	text-decoration: none;
	color: #ffffff
}
a:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: none
}
.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
.grid-item {
	padding: 20px 5px;
	margin: 5px;
	font-size: 30px;
	text-align: center;
	border: 2px solid #ffa94d;
	border-radius: 5px;
	padding: 1em;
	color: #d9480f;
}
#result,#s-result {
	display: flex;
	justify-content: space-around;
	padding-top: 20px;
	margin: 20px auto;
}
#videoTitle {
	margin-top: 20px;
	margin-bottom: 20px;
}
#singleAudio i {
	margin-right: 5px;
}
#singleVideo i {
	margin-right: 5px;
}
.insta-preview-resource {
	position: relative;
	margin-bottom: 15px;
}
.insta-preview-resource img {
	display: block;
}
.insta-preview-resource i {
	color: var(--primary-color);
	font-size: 3.5rem;
	/* margin-top: 50%;
	*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.iconoverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: 0.5s ease;
	background-color: #4747477e;
}
.table> :not(caption)>*>* {
	padding: 0 !important;
}
.dlbtn {
	background-color: DodgerBlue;
	border: none;
	color: white;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 20px;
}
/* Darker background on mouse-over */
.dlbtn:hover {
	background-color: RoyalBlue;
}
@media screen and (max-width: 500px) {
	.grid-container {
		display: grid;
		grid-template-columns: 1fr;
	}
}
footer {
	display: block;
}
dd,dl,dt {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	flex-wrap: wrap;
}
.flex-jc {
	justify-content: space-between;
}
.container-warpper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.footer {
	background-color: #279599;
	color: #fff;
	padding-top: 20px;
}
.footer .logo a:hover {
	color: #fff;
}
.footer .logo {
	text-align: center;	width: 20%;
}
.footer .logo img {
	width: 55px;
}
.footer .logo span.name {
	display: block;
	font-size: 27px;
	font-weight: 500;
}
.footer .logo span.sing-name {
	display: block;
	font-size: 14px;
}
.footer .dl-list {
	font-size: 14px;	width: 75%;
}.footer .dl-list dd{	display: inline-block;}
.footer .dl-list dt,.footer .flow-us .title {
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 15px;
}
.footer .dl-list dd a {
	color: rgba(255, 255, 255, 0.7);
}
.footer .dl-list dd a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .dl-list dd {
	padding: 5px 0;
}
.footer .flow-us {
	align-items: auto;
}
.footer .flow-us .share img {
	width: 35px;
	margin-left: 5px;
}
.footer .copyright {
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1180px) {
	.container-warpper {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		box-sizing: border-box;
	}
}
@media (max-width: 768px) {
	.footer .logo {
		text-align: left;
	}
	.footer .dl-list,.footer .logo {
		width: 100%;
		margin-bottom: 15px;
	}
	.footer .flow-us {
		width: 100%;
	}
}
.iconfont {
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-jiantou-copy-copy:before {
	content: "\e668";
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
header {
	display: block;
}
dd,dl,dt,li,ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
}
a:active,a:hover {
	outline: 0;
	color: #279599;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}
a {
	cursor: pointer;
	text-decoration: none;
}
.cf:after,.cf:before {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	flex-wrap: wrap;
}
.flex-between {
	justify-content: space-between;
	align-items: center;
}
.flex-ai {
	align-items: center;
}
.flex-jc {
	justify-content: space-between;
}
.container-warpper {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.header {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	color: #000;
	position: relative;
	z-index: 999;
}
.header .logo {
	font-size: 24px;
	padding-bottom: 3px;
}
.header .logo a {
	color: #000;
}
.header .logo img {
	width: 38px;
	height: auto;
	margin-right: 5px;
	display: inline-block;
}
.header .logo-name {
	line-height: 1;
}
.header .logo-name span.slogan {
	font-size: 12px;
	color: #333;
	display: block;
	width: 100%;
	margin-top: 5px;
}
.header .nav ul li {
	padding: 0 45px;
	font-size: 16px;
	position: relative;
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
}
.header .nav ul li .togNav,.header .nav ul li a {
	font-size: 16px;
	font-weight: 500;
	display: block;
	cursor: pointer;
}
.header .nav ul li:hover {
	color: #07bec9;
}
.header .nav ul li .iconfont {
	position: absolute;
	right: 20px;
	line-height: 1;
	top: 17px;
}
.header .nav ul li .item {
	position: absolute;
	z-index: 999;
	top: 50px;
	left: 0;
	background-color: #fff;
	color: #333;
	padding: 20px 0;
	width: 550px;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header .nav ul li .item dl {
	border-right: 1px solid #ddd;
	width: 49%;
	padding-left: 22px;
}
.header .nav ul li .item dl a {
	color: #333;
	font-size: 14px;
}
.header .nav ul li .item dl:last-child {
	border: none;
}
.header .nav ul li .item dl dt {
	font-weight: 500;
	padding-bottom: 10px;
	line-height: 1.5;
}
.header .nav ul li .item dl dd {
	font-size: 15px;
	padding: 5px 0;
	position: relative;
	line-height: 1.7;
}
.header .nav ul li .item dl dd a:hover {
	color: #07bec9;
}
.ace-mobile {
	display: none;
	float: right;
}
.header .nav ul li .item dl dt {
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 14px;
	color: #777;
}
.header .nav ul li .item dl dd .product-img-icon,.header .nav ul li .item dl dd .product-img-icon-s {
	position: absolute;
	left: -12px;
	top: 8px;
}
.header .nav ul li .item dl.have-icon dd a {
	font-size: 16px;
}
.header .nav ul li .item dl dd .product-img-icon img {
	width: 38px;
	height: auto;
}
.header .nav ul li .item dl.have-icon dd {
	padding-left: 35px;
}
.header .nav ul li .item dl dd span {
	display: block;
	color: #666;
	font-size: 13px;
	font-weight: 400;
}
.header .nav ul li .item.support-item {
	width: 260px;
}
.header .nav ul li .item.support-item dl {
	width: 100%;
}
.header .nav ul li .item dl dd .product-img-icon-s img {
	width: 30px;
	height: auto;
}
@media (max-width: 1280px) {
	.ace-mobile {
		display: block;
	}
	.header .logo {
		width: 60%;
	}
	.header .nav {
		display: none;
	}
	.header .nav ul li {
		width: 100%;
		line-height: 42px;
		padding: 0;
		margin-left: 15px;
		height: auto;
	}
	.header .nav ul {
		width: 100%;
	}
	.header .nav ul li .item {
		width: 100%;
		position: inherit;
		box-shadow: none;
		height: auto;
	}
	.header .nav ul li .item {
		top: inherit;
	}
}
@media (max-width: 1180px) {
	.container-warpper {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		box-sizing: border-box;
	}
}
@media (max-width: 960px) {
	.header .nav {
		width: 100%;
		padding-left: 0;
		display: none;
	}
	.header .logo span {
		width: 40px;
		text-align: center;
	}
}
@media (max-width: 768px) {
	.header .nav ul li .item dl {
		width: 100%;
		border-right: none;
	}
	.header .nav ul li {
		margin-left: 0;
	}
	.header .nav ul li .item.support-item {
		width: 100%;
	}
}
















.mt-15 {
	margin-top: 15px;
  }
  
  .box-ra-shaw {
	border-radius: 20px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  }
  
  .auto-img {
	margin-bottom: 15px;
  }
  
  .auto-img,
  .auto-img {
	text-align: center;
  }
  
  .auto-img,
  .auto-img img {
	width: 60px;
	height: auto;
	margin: 0 auto;
  }
  
  .comment-box .name {
	font-size: 30px;
	font-weight: 600;
	padding: 25px 0 15px 0;
  }
  
  .comment-box .info {
	font-size: 20px;
	margin-bottom: 15px;
  }
  
  .comment-box .title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
  }
  
  .comment-box ul {
	padding: 0;
	width: 70%;
	margin: 0 auto;
	text-align: left;
  }
  
  .comment-box ul li {
	margin-top: 10px;
	list-style-type: disc;
  }
  
  .flex-btn {
	margin-top: 35px;
  }
  
  .flex-btn .btn {
	background-color: #32bb96;
	color: #fff;
	min-width: 200px;
	border-radius: 40px;
	font-size: 18px;
	margin: 0 10px;
	font-weight: 600;
  }
  
  .close-box {
	position: relative;
  }
  
  .close-box::before {
	content: "";
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 30px;
	top: 18px;
	cursor: pointer;
  }
  
  .pop-box1 {
	padding: 35px 15px;
	background-color: #fff;
	text-align: center;
	width: 545px;
	border-radius: 12px;
	position: fixed; /* Changed from absolute */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999; /* Higher to ensure it's on top */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  
  .pop-box2 {
	padding: 35px 15px;
	background-color: #fff;
	text-align: center;
	width: 545px;
	border-radius: 12px;
	position: fixed; /* Changed from absolute */
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999; /* Higher to ensure it's on top */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  
  
  
  .close-new {
	position: absolute;
	top: 19px;
	right: 19px;
	width: 15px;
	cursor: pointer;
  }
  
  .banner-how-to {
     margin-top: 10px;
      vertical-align: bottom;
  }

.banner-how-to a,
.banner-how-to a:hover {
      display: inline-block;
    margin: 0 2px;
    text-decoration: underline;
	color: #fff;
    font-size: 1.2rem;
  }