/* reviews */
.love_audio {
	padding-top: 106px;
	padding-bottom: 80px;
	border-bottom: 1px solid #eee;
}

.love_audio_box {
	margin-top: 80px;
	position: relative;
	overflow: hidden;
}

.love_audio_box>img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.love_audio_box>img.left {
	left: 0;
}

.love_audio_box>img.right {
	right: 0;
}

.love_audio_box>div {
	max-width: 815px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.love_audio_box_list {
	width: 8000px;
}

.love_audio_box_list li {
	align-items: center;
	max-width: 815px;
	width: 100%;
	float: left;
}

.love_audio_box_list li>div {
	max-width: 690px;
	width: 100%;
	padding-left: 30px;
	border-left: 1px solid #eee;
	float: left;
	box-sizing: border-box;
}

.love_audio_box_list li>div>div {
	margin-bottom: 23px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.love_audio_box_list li>div>div span {
	font-size: 18px;
	color: #4c5562;
}

.love_audio_box_list li>div>div div i {
	width: 13px;
	height: 13px;
	background: url(/images/free-online-audio-converter/rating-star.png);
}

.love_audio_box_list li>div p {
	font-size: 16px;
	color: #4c5563;
	line-height: 30px;
	text-align: left;
}

.love_audio_box_subscript {
	overflow: hidden;
	text-align: center;
	margin-top: 35px;
}

.love_audio_box_subscript li {
	width: 10px;
	height: 10px;
	background: #d2d2d2;
	border-radius: 50%;
	display: inline-block;
	margin: 0 6.5px;
	cursor: pointer;
}

.love_audio_box_subscript li.active {
	background: #21c1f5;
}

/* step */
.step_v1 h2 {}

.step_v1>div {
	margin-top: 18px;
}

.step_v1>div>div {
	max-width: 368px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 24px 24px 24px 24px;
	padding: 40px 32px 48px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 30px;
}

.step_v1>div>div img {
	margin: auto;
}

.step_v1>div>div .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #333;
	margin-top: 24px;
}

.step_v1>div>div .info {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-top: 12px;
}

/* reviews */
.reviews_center{
    max-width: 1500px;
    margin-top: 120px;
}
.reviews{
    background: #EDF4FF;
    border-radius: 64px;
    padding-top: 80px;
}
.reviews_box{
    align-items: center;
    margin-top: 32px;
}
.reviews_box>i{
    width: 72px;
    height: 72px;
    background: url(/images/index/slide-button.svg);
    cursor: pointer;
}
.reviews_box>i.unbind{
    cursor: no-drop;
}
.reviews_box>i.left{
    background-position-y: -0px;
    margin-left: -8px;
}
.reviews_box>i.left:hover{
    background-position-y: -144px;
}
.reviews_box>i.left.unbind{
    background-position-y: -72px;
}
.reviews_box>i.right{
    background-position-y: -216px;
    margin-right: -8px;
}
.reviews_box>i.right:hover{
    background-position-y: -360px;
}
.reviews_box>i.right.unbind{
    background-position-y: -288px;
}
.reviews_box_main{
    max-width: 920px;
    width: 100%;
    overflow: hidden;
    flex: 1;
}
.reviews_box_main_scroll{
    width: 100000px;
    font-size: 0px;
}
.reviews_box_main_scroll>div{
    width: 920px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.reviews_box_main_scroll>div::before{
    clear: both;
    content: "";
    width: 38px;
    height: 34px;
    background: url(/images/index/quote.svg);
    display: block;
    margin: auto;
}
.reviews_box_main_scroll>div p{
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-top: 24px;
    text-size-adjust: none;
}
.reviews_box_main_scroll>div .star{
	margin-top: 20px;
}
.reviews_box_main_scroll>div .star i{
    background: url(/images/image-upscaler/rating-star.svg);
    width: 20px;
    height: 20px;
	margin: 0 6px;
}
.reviews_box_main_scroll>div span{
    font-size: 20px;
    line-height: 28px;
    color: #333;
    margin-top: 25px;
    display: inline-block;
}
.reviews_box_main_scroll>div span a{
    color: #3888FF;
}
.reviews .reviews_nav{
    background: #DBE9FF;
    border-radius: 0 0 64px 64px;
    padding: 24px 0;
    margin-top: 44px;
}

.reviews .reviews_nav>div{
    position: relative;
	max-width: 650px;
}
.reviews .reviews_nav>div span{
    clear: both;
    content: "";
    width: 48px;
    height: 4px;
    background: #3888FF;
    position: absolute;
    bottom: -24px;
    left: 9px;
	border-radius: 5px;
}
.reviews .reviews_nav img{
    cursor: pointer;
}
/* make */
.make{
	margin-top: 120px;
	align-items: flex-end;
}
.make>img{
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.make>div{
	max-width: 930px;
	width: 100%;
	margin-left: -251px;
	background: #E5F9F2;
	background: linear-gradient(279deg, #E5F9F2 23%, rgba(241,255,250,0) 100%);
	border-radius: 56px 56px 56px 56px;
	padding: 64px 166px 64px 352px;
	box-sizing: border-box;
	text-align: left;
}
.make>div h2{
	text-align: left;
}
.make>div .btn{
	min-width: 240px;
	height: 56px;
	line-height: 56px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	font-weight: bold;
	background: #3888FF;
	border-radius: 8px;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin-top: 32px;
	text-decoration: none;
	cursor: pointer;
}
.make>div .btn:hover{
	background: #4098FF;
}
.make>div .btn:active{
	background: #196FEF;
}
.make>div .btn img{
	display: inline-block;
	vertical-align: -10px;
	margin-right: 8px;
}
.make>div p{
	margin-top: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.make>div p span{
	font-weight: bold;
}
.make>div p img{
	display: inline-block;
	vertical-align: -6px;
	margin-right: 8px;
}
/* faq_solutions */
.faq_solutions{
	margin-top: 120px;
	text-align: center;
	margin-bottom: 100px;
}
.faq_solutions>p{
	font-size: 16px;
	line-height: 28px;
	color: #333;
	margin: 16px auto 0px;
	text-align: center;
	max-width: 1000px;
	width: 100%;
}
.faq_solutions .tab_nav{
	margin-top: 40px;
	background: #DBE9FF;
	border-radius: 34px;
	padding: 4px;
	display: inline-block;
	font-size: 0px;
}
.faq_solutions .tab_nav span{
	min-width: 164px;
	line-height: 52px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
.faq_solutions .tab_nav span.active{
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(40,104,200,0.2);
	border-radius: 38px;
	color: #3888FF;
}
.faq_solutions .tab_main{
	margin-top: 48px;
}
.faq_box_v1{
	text-align: left;
}
.faq_box_v1>div,
.solutions_box>a{
	border-top: 1px solid #ECECEC;
	padding: 24px 32px;
}
.faq_box_v1>div:last-child,
.solutions_box>a:last-of-type{
	border-bottom: 1px solid #ECECEC;
}
.faq_box_v1>div .title,
.solutions_box>a{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #333;
	padding-left: 44px;
	padding-right: 18px;
	position: relative;
	cursor: pointer;
}
.faq_box_v1>div .title::before{
	clear: both;
	content: "";
	width: 28px;
	height: 28px;
	background: url(/images/image-upscaler/faq-icons.svg);
	position: absolute;
	left: 0px;
}
.faq_box_v1>div .title::after{
	clear: both;
	content: "";
	width: 18px;
	height: 18px;
	background: url(/images/image-upscaler/faq-icons.svg);
	background-position-y: -112px;
	position: absolute;
	top: 4px;
	right: 0px;
}
.faq_box_v1>div.active .title,
.faq_box_v1>div .title:hover{
	color: #3888FF;
}
.faq_box_v1>div.active .title::before,
.faq_box_v1>div .title:hover::before{
	background-position-y: -28px;
}
.faq_box_v1>div.active .title::after{
	background-position-y: -130px !important;
}
.faq_box_v1>div .title:hover::after{
	background-position-y: -184px;
}
.faq_box_v1>div .info{
	font-size: 16px;
	line-height: 28px;
	color: #444;
	margin-top: 16px;
	display: none;
	padding-left: 44px;
}
.faq_box_v1>div.active .info{
	display: block;
}
.faq_box_v1,
.solutions_box{
	display: none;
}
.faq_box_v1.active,
.solutions_box.active{
	display: block;
}
.solutions_box>a{
	display: block;
	text-align: left;
	padding-left: 76px;
	padding-right: 50px;
}
.solutions_box>a::before{
	clear: both;
	content: "";
	width: 28px;
	height: 28px;
	background: url(/images/image-upscaler/faq-icons.svg);
	background-position-y: -56px;
	position: absolute;
	left: 32px;
}
.solutions_box>a::after{
	clear: both;
	content: "";
	width: 18px;
	height: 18px;
	background: url(/images/image-upscaler/faq-icons.svg);
	background-position-y: -148px;
	position: absolute;
	top: 28px;
	right: 32px;
}
.solutions_box>a:hover{
	color: #3888FF;
	text-decoration: none;
}
.solutions_box>a:hover::before{
	background-position-y: -84px;
}
.solutions_box>a:hover::after{
	background-position-y: -166px;
}
.solutions_box>p{
	margin-top: 24px;
	text-align: left;
}
.solutions_box>p a{
	color: #3888FF;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}
.solutions_box>p a::after{
	clear: both;
	content: "";
	width: 20px;
    height: 20px;
    background: url(/images/index/arrow.svg);
	background-position-y: -20px;
	display: inline-block;
	vertical-align: -5px;
	margin-left: 12px;
	transition: all .3s linear;
}
.solutions_box>p a:hover::after{
	margin-left: 16px;
}
@media screen and (max-width:1200px){
	.step_v1>div{
		max-width: 796px;
		margin-left: auto;
		margin-right: auto;
		justify-content: space-around;
	}
    .reviews_center{
		margin-top: 70px;
	}
    .reviews .reviews_nav{
        display: none;
    }
    .reviews{
        padding-bottom: 20px;
    }
	.make{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 70px;
	}
	.make>div{
		margin: auto;
		padding: 64px 30px;
		text-align: center;
		background: #E5F9F2;
		order: 1;
	}
	.make>div h2{
		text-align: center;
	}
	.make>img{
		order: 2;
		margin-top: 30px;
	}
	.faq_solutions{
		margin-top: 70px;
		margin-bottom: 70px;
	}
}
@media screen and (max-width:830px) {

	/* reviews */
	.love_audio_box>div, .love_audio_box_list li {
		max-width: 610px;
		width: 100%;
	}

	.love_audio_box_list li>div {
		max-width: 495px;
		width: 100%;
	}
}

@media screen and (max-width:630px) {
	.love_audio {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.love_audio_box_list li {
		display: block;
	}

	.love_audio_box_list li>div {
		border: none;
		padding: 0;
	}

	.love_audio_box>div {
		margin-left: 25px;
		box-sizing: border-box;
	}

	.love_audio_box_list li>div>div {
		display: block;
		text-align: center;
		margin-bottom: 0px;
	}

	.love_audio_box_list li>img {
		margin: auto;
	}

	.love_audio_box_list li>div p {
		text-align: center;
	}

	.love_audio_box_subscript {
		margin-top: 15px;
	}
    .reviews_box>i{
        zoom: .6;
    }
    .reviews_box{
        padding-left: 10px;
        padding-right: 10px;
    }
	.faq_box_v1>div{
		padding-left: 0px;
		padding-right: 0px;
	}
	.faq_solutions .tab_nav span{
		min-width: 140px;
	}
	.solutions_box>a{
		padding-left: 44px;
		padding-right: 18px;
	}
	.solutions_box>a::before{
		left: 0px;
	}
	.solutions_box>a::after{
		right: 0px;
	}
}
@media screen and (max-width:320px) {
	.faq_solutions .tab_nav span{
		min-width: 110px;
	}
}