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

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

img {
	max-width: 100%
}

.container-product h1,
.container h1,
.container-other h1 {
	font-size: 50px;
	font-weight: 600;
}
.container-product h2,
.container h2,
.container-other h2 {
	font-size: 40px;
	font-weight: 600;
}
.container-product h3,
.container h3,
.container-other h3 {
	font-size: 32px;
	font-weight: 600;
}
.home-banner{
	padding:45px 30px;
	border-radius: 20px;
	margin-bottom: 25px;
}
.home-banner .left-cont{
	width: 68%;
}
.home-banner .ba-list{
	width:26%;
	margin-left: 5%;
	padding: 25px;
	border: 1px solid #58a0dd;
	border-radius: 10px;
	background-color: #fff;
}
.home-banner .ba-list .tit{
	border-bottom: 1px solid #58a0dd;
	padding-bottom: 10px;
}
.home-banner .ba-list ul li{
	font-size: 16px;
}
.home-banner .ba-list ul li,
.dot-li li{
	position: relative;
    padding:5px 0 5px 30px;
}
.home-banner .ba-list ul li::before,
.dot-li li::before{
	position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/product/free-resources-apps1-banner-ic.png) no-repeat;
    background-size:contain;
}
.free-software .average-2wd {
    /*background-color: #f1f8fc;*/
    padding: 25px;
    border-radius: 10px;
    overflow: hidden;
}
.free-software .title-ave {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.free-software img{
	width: 140px;
}
.product-info h2{
	margin-top: 25px;
}
.product-info h3 {
	background-color: #f4f4f4;
	border-radius: 10px 0 0 10px;
	font-size: 20px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 30px
}

.product-info h3 span.step {
	background-color: #0171e0;
	color: #fff;
	padding: 12px 15px 12px 20px;
	display: inline-block;
	position: relative;
	margin-left: 0
}

.product-info h3 span {
	margin-left: 10px
}
.product-info p{
	margin-top: 15px;
}
.relative-itm .item{
	width: 30%;
	margin: 15px 2% 15px 1%;;
	position: relative;
	padding-left: 50px;
}
.relative-itm .item::before{
	position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/product/right-icon.png) no-repeat;
    background-size:contain;
}
.relative-itm .item .tit{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.side-fix-nav {
    position: fixed;
    left: 0;
    top:50px;
    width: 85px;
    z-index: 100;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    display: none;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    text-align: center
}

.side-fix-nav a {
    display: block;
    margin: 8px 0
}

.side-fix-nav img {
    width: 45px;
    height: auto;
    margin: 0 auto
}

.side-fix-nav span {
    display: block;
    font-size: 12px
}
.list-li-bg{
	border-radius: 20px;
	padding: 25px;
	background-color: #f2fdd5;
}
@media (max-width: 1399px) {
	.container-product h1,.container h1 {
		font-size: 44px
	}
	.container-product h2,
	.container-other h2,
	.container h2 {
		font-size: 38px
	}
	
}

@media (max-width: 996px) {
	.container-product h1 {
		font-size: 40px
	}
	.container-product h2,
	.container-other h2 {
		font-size: 34px
	}
	.home-banner .left-cont,
	.home-banner .ba-list{
		width: 100%;
	}
	.home-banner .ba-list{
		margin-top: 30px;
		margin-left: 0;
	}
	
}

@media (max-width: 769px) {
	.container-product h1,.container h1,.container-other h1 {font-size: 36px;}
	.container-product h2, .container h2 ,.container-other h2{
		font-size: 32px;
	}
	.container-product h3, .container h3 ,.container-other h3{
		font-size: 24px;
	}
	.relative-itm .item{
		width: 46%;
	}
}