@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
html,body{
	font-family: 'Poppins', sans-serif;
}
img{max-width: 100%; height: auto;}
h2{font-size: 38px; font-weight: bold; color: #333;}
h3{font-size: 28px; font-weight: bold; color: #333;}
.lh-17{line-height: 1.7;}
.f-20{font-size: 20px;}
.f-50{font-size: 50px;}
/*banner*/
.banner{
	background: linear-gradient(180deg,#fff,#eff3ff); background-color: #eff3ff; padding-bottom: 80px;
}
.banner .icon-iboysoft-logo1{
	font-size: 2rem; color: #007eff; margin-top: 30px; float: left;
}
.banner .icon-star{
	color: #ff8400; margin-left: 1px;
}
.banner .rating a{
	text-decoration: underline; color: inherit;
}
.banner .rating a:hover{
	color: #007bff;
}
.banner h1{
	font-weight: bold;
}
.banner h1 sup{
	font-size: 100%; top: 0;
}
.banner .steps p{ margin-top: 24px;}
.icon-arrows-2{margin-top: 17px; display: block;}
.btn-dl,.btn-buy{
	display: inline-block; width: 300px; height: 68px; margin: 15px;
}
.btn-de{
	width: 320px;
}
.btn-dl a{
	display: block; width: 100%; line-height: 68px; background: #0071e3; box-shadow: 0 4px 10px rgba(10,26,162,.38); border-radius: 10px; font-weight: 600; font-size: 20px; color: #fff; text-decoration: none;
}
.btn-dl a .icon-mac{
	font-size: 30px; margin-right: 12px;
}
.btn-dl a .icon-down-circle{
	margin-right: 1.25rem; font-size: 1.625rem; vertical-align: middle; display: inline-block; animation: updown 1.5s linear infinite;
}
@keyframes updown{
	0%{transform: translateY(0);}
	25%{transform: translateY(5px);}
	50%{transform: translateY(0);}
	75%{transform: translateY(-5px);}
	100%{transform: translateY(0);}
}
.btn-dl a:hover{background: #005cba;}
.btn-buy a{
	display: block; text-decoration: none; width: 100%; line-height: 68px; background: url(/images/bg/btn-buy-bg.png) center no-repeat; background-size: 100% 100%; border-radius: 10px;
}
.btn-buy a del{
	color: #999; vertical-align: middle;
}
.btn-buy a em{
	color: #4c4c4c; margin: auto 13px auto 4px; font-style: normal; font-weight: 600; vertical-align: middle;
}
.btn-buy a b{
	color: #ff6200; vertical-align: middle;
}
.btn-buy a .icon-buy{
	font-size: 28px; margin-right: 14px; vertical-align: middle;
	background: -webkit-linear-gradient(left top, #ffbd36 , #eb5815); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #ffbd36, #eb5815); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #ffbd36, #eb5815); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #ffbd36 , #eb5815); /* 标准的语法 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn-buy a:hover{
	background: linear-gradient(170deg,#ffbd36,#eb5815);
}
.btn-buy a:hover del,.btn-buy a:hover em,.btn-buy a:hover b,.btn-buy a:hover .icon-buy{
	color: #fff; -webkit-text-fill-color:#fff;
}
@media (max-width: 979px){
	.banner h1,h2{font-size: 40px;}
}
@media (max-width:575px){
	.banner h1,h2{font-size: 30px;}
	.banner .steps{margin-top: 1.5rem!important;}
	.banner .steps .col-1{display: none;}
	.banner .steps span{font-size: 30px;}
	.banner .steps p{font-size: 12px; margin-top: 12px;}
	.banner .steps div{padding: 0 5px;}
}
/*banner-end*/
/*feature*/
.feature{
	margin-top: 116px;
}
.feature .container{
	max-width: 1140px;
}
.feature .pic{
	display: block;
}
.feature .pic1{
    width: 353px; height: 195px; background: url(/images/icon-3.png) no-repeat -760px -650px;
}
.feature .pic2{
	width: 380px; height: 220px; background: url(/images/illustration/illustration65.svg) no-repeat;
}
.feature .pic3{
	width: 300px; height: 210px; background: url(/images/illustration/illustration67.svg) no-repeat;
}
.feature-text{
	max-width: 650px;
}
.feature-text h3{
	margin-bottom: 36px;
}
.feature-text p{
	line-height: 1.7; margin-bottom: 1.125rem;
}
.p-tips{
	color: #63cd34; border-top: 1px dashed #63cd34; padding-top: 6px; margin-top: 36px;
}
@media (max-width:1200px) {
	.feature-text{max-width: 500px;}
}
@media (max-width:1000px) {
	.feature-text{max-width: 400px;}
}
@media (max-width:880px) {
	.feature .col-auto{width: 100%;}
	.feature .col-auto.ml-5{margin-left: auto!important;}
	.feature .pic{margin: 0 auto 30px;}
	.feature-text{max-width: 100%; text-align: center;}
}
@media (max-width:575px){
	.feature .pic1{width: 300px;}
	.feature .pic2{width: 300px;}
}
/*feature-end*/
/*usage*/
.usage {margin-top: 160px;}
.usage .container{max-width: 1330px;}
.usage .usage-ico{
	width: 122px;
	height: 122px;
	padding-top: 30px;
	margin: 20px auto 26px;
	-webkit-border-radius: 61px;-moz-border-radius: 61px;border-radius: 61px;
	}
.usage .title{
	font-size: 22px;
}
.usage .install{border: 1px #fab139 solid;}
.usage .connect{border: 1px #44a4f8 solid;}
.usage .done{border: 1px #63c949 solid;}
.usage .usage-ico .icon-install, .usage .usage-ico .icon-connect, .usage .usage-ico .icon-done{	font-size: 60px;}
.usage .usage-ico .icon-install{
	background: -webkit-linear-gradient(left top, #fcbb3e , #f28c28); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #fcbb3e, #f28c28); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #fcbb3e, #f28c28); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #fcbb3e , #f28c28); /* 标准的语法 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
.usage .usage-ico .icon-connect{
	background: -webkit-linear-gradient(left top, #54b3f9 , #1a7ef5); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #54b3f9, #1a7ef5); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #54b3f9, #1a7ef5); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #54b3f9 , #1a7ef5); /* 标准的语法 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
.usage .usage-ico .icon-done{
	background: -webkit-linear-gradient(left top, #74d35b , #44b726); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom right, #74d35b, #44b726); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom right, #74d35b, #44b726); /* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom right, #74d35b , #44b726); /* 标准的语法 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
@media (max-width:1200px){
	.usage .pl-5{padding-left: 0!important;}
}
/*usage-end*/
/*review*/
.review {
	margin: 115px auto 150px;
}
.review .container{
	max-width: 1130px; border-radius: 20px; box-shadow: 0 10px 38px #e0e0e0; padding-top: 70px; padding-bottom: 52px;
}
.review-icon{
	display: inline-block; width: 202px; height: 202px; background: url(/images/illustration/illustration69.svg) no-repeat; margin-left: 105px;
}
.review-text{
	display: inline-block; width: 460px; margin-left: 156px; text-align: left;
}
.review-text .name{
	font-size: 24px; font-weight: bold; margin-bottom: .6rem;
}
.review-text .text{
	font-size: 18px; line-height: 1.7;
}
.carousel-control-next, .carousel-control-prev{
	width: auto; opacity: 1; bottom: auto; top: 10px;
}
.carousel-control-prev{
	right: 30px; left: auto;
}
.review-text .icon-arrows-left, .review-text .icon-arrows-right{
	color: #168eff; font-size: 20px; font-weight: bold;
}
@media (max-width:1200px){
	.review .container{text-align: center;}
	.review-icon{margin-left: auto;}
	.review-text{margin-left: 60px}
}
@media (max-width:880px){
	.review-text{display: block; margin: 40px auto 0; text-align: center; width: 90%; max-width: 460px;}
}
/*review-end*/
/*review*/
.reviews{
	margin: 100px auto;
}
.reviews .container{
	max-width: 1130px;
}
.rating-data-num{
	display: inline-block;
}
.rating-data-num p{
	font-size: 13px; font-weight: 500;
}
.rating-data-num p b{
	font-size: 60px; font-weight: 600;
}
.rating-data-num p sub{
	font-weight: 400; margin-left: 96px; bottom: 0; font-size: inherit;
}
.rating-data-prog{
	display: inline-block; margin-left: 20px;
}
.rating-data-prog div{
	height: 12px; margin-top: 1px;
}
.rating-data-prog p{
	margin-bottom: 0; line-height: 12px; display: inline-block; vertical-align: middle;
}
.rating-data-prog .stars{
	font-size: 10px; color: #8e8e93; width: 60px; height: 12px; text-align: right; transform: scale(0.84);
}
.rating-data-prog .bar{
	width: 260px; height: 3px; margin-left: 8px; background-color: #efeff4; position: relative; border-radius: 4px;
}
.rating-data-prog .bar:before{
	content: ""; position: absolute; left: 0; top: 0; height: 100%; background-color: #636366; border-radius: 4px;
}
.rating-data-prog .bar5:before{width: 84%;}
.rating-data-prog .bar4:before{width: 2%;}
.rating-data-prog .bar3:before{width: 1%;}
.rating-data-prog .bar2:before{width: 1%;}
.rating-data-prog .bar1:before{width: 12%;}
.rating-items{
	display: inline-block; vertical-align: top; width: 30%; min-width: 300px; margin: 1%; padding: 13px 16px 16px; background-color: #f8f8f8; border-radius: 6px; font-size: 13px;
}
.rating-items .icon-star{font-size: 22px; color: #ff9500;}
.rating-items p{ margin-bottom: .6rem;}
.rating-items p:last-child{
	min-height: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}

@media (max-width:567px){
	.rating-data{margin-left: 0!important; }
	.rating-data-prog .bar{width: 180px;}
	.rating-data-num p sub{margin-left: 46px;}
}
/*review-end*/
/*download*/
.download{
	padding-top: 94px; padding-bottom: 75px; background-color: #f1f5ff;
}
.download ul{
	font-size: 20px; font-weight: bold; color: #333; margin: 25px auto 34px;
}
.download ul li{
	margin-bottom: 5px;
}
.download ul span{
	color: #44a4f8; margin-right: 12px;
}
/*download-end*/
/*faq*/
@media (min-width: 1200px) {
    .faq .container {
        max-width: 1140px;
    }
}
.faq {
    padding-top: 70px;
    padding-bottom: 1rem; margin-bottom: 118px;
}
.faq .card {
    margin-bottom: 1.875rem; padding-bottom: 8px;
    border: none;
    border-bottom: 0.0625rem #cccccc solid;
    border-radius: 0;
    background-color: transparent;
}
.faq .card .card-header {
    padding: 0;
    border-bottom: none;
    background-color: transparent;
}
.faq .card .card-header a:hover {
    text-decoration: none;
}
.faq .card .card-header .faq-titles {
    display: block;
    padding: 0;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #333333;
    outline: none;
}
.faq .card .card-header .faq-titles::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "-";
}
.faq .card .card-header .faq-titles[aria-expanded="true"]::after {
    content: "|";
}
.faq .card .card-body {
    position: relative;
    padding: 0 0 0 2.1875rem;
}
.faq .card .card-body p{
	font-size: 1.125rem; line-height: 1.7; padding-bottom: 12px;
	}
.faq .card .card-body ul li {
    margin-bottom: 0.375rem;
}
.faq .q, .faq .a {
    display: inline-block;
    width: 1.75rem;
    height: 1.75rem;
    margin-right: 0.625rem;
    border-radius: 6px;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.75rem;
    text-indent: 0;
    background-color: #168eff;
}
.faq .a {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0ed160;
}
/*faq-end*/