    
    #homepage-new .homepage-banner-item .homepage-banner-content {
        padding-top:30px;
    }
    #homepage-new .homepage-banner {
        height:500px;
    }
    #homepage-new .homepage-banner-item {
        height:auto;
    }

    .homepage-banner-item {
        background: linear-gradient(90deg, #0F1427, #111B3E);
    }

    #homepage-new .container-title {
        color:#2F3950;
        font-size:26px;
    }

    .banner-list {
        display:table-cell;
    }

    .banner-icon {
        list-style:none;
        float:left;
        color:#fff;
        font-weight:400;
        font-size:14px;
        padding-right:50px;
        padding-bottom:20px
    }

    .banner-icon img {
        width:22px;
        margin-right:10px;
    }

    .indicators {
        border-bottom:1px solid #E1E6F0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
    }

     .indicators .item-advantage p{
	     margin:2px 0 0 ;
     }

     .indicators .item-advantage:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #1ABC9C;
	border-radius: 2px;
	opacity: 0;
}


     .indicators .item-advantage img.default{
	     display: block;
     }

     .indicators .item-advantage img.active{
	     display: none;
     }

     .indicators .item-advantage.active img.default{
	     display: none;
     }

     .indicators .item-advantage.active img.active{
	     display: block;
     }

     .indicators .item-advantage.active p{
	     color:#1ABC9C;
     }

     .indicators .item-advantage.active:after {
	opacity: 1;
     }
	.advantage-info {
		padding-bottom: 10px;
		display: flex;
		align-items: center;
		cursor: pointer;
	}

	.advantage-info p {
        font-size: 18px;
        font-weight: 500 !important;
        color:#2F3950;
    }

    .indicators>.item-advantage {
        font-size: 18px;
        font-weight: 500;
        color: #2F3950;
    }

    .indicators>.item-advantage img {
        width:20px !important;
        margin-right:10px;
    }

    .homepage-distribute.advantage {
	background:#fff !important;
    }
    .bg-F6F8FA {
	background:#F6F8FA !important;
    }

    .advantage-inner .item .icon img {
        width:53px;
        margin-right:30px;
    }

    .advantage-inner .item .title {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #2F3950;
    }

    .advantage-inner .item .content {
        font-size: 14px;
        font-weight: 400;
        color: #687089;
        line-height: 22px;
        padding:0;
    }

    .advantage-inner .item {
        padding:30px 100px;
    }

    .advantage-inner .row {
        padding:10px 0 !important;
    }
    .advantage-inner .item {
        min-height:300px !important;
    }

    .bg-f6f8fa {
        background:#f6f8fa;
    }

    .features-item img {
        width:60px;
    }

    .features-item .title{
        font-size: 16px;
        font-weight: 500;
        color: #2F3950;
        padding:0;
    }

    .features-item .content{
        font-size: 14px;
        font-weight: 400;
        color: #687089;
        padding:0;
    }
    .features-item {
        display:table-cell;
        min-height:204px;
        margin-bottom: 50px;
    }

    .method {
        background: linear-gradient(90deg, #02AAB0, #1ABC9C);
	height:314px;
    }

    .method .attachment-item {
        align-items: center;
        background: #fff;
        box-shadow: 0px 10px 30px 0px rgb(87 100 114 / 10%);
        border-radius: 4px;
        padding: 80px 50px 30px 50px;
        position: relative;
    }

    .method img {
	width: 100px;
	margin: auto;
	margin-bottom: -50px;
	z-index: 2000;
	position: relative;
    }

    .common-title {
        font-size: 16px;
        font-weight: 500 !important;
        color: #2F3950;
    }

    .common-content {
        font-size: 14px;
        font-weight: 400 !important;
        color: #687089;
    }

    .common-tags {
	padding-top:20px;
        font-size: 14px;
        font-weight: 400 !important;
        color: #AAB0C4;
    }

.step {
	padding-top:260px;
}
.step .item {
	min-height: 200px;
}

    .step .icon {
	padding-right:40px;
    }

    .step li {
	list-style: none;
	color:#687089;
	font-size:14px;
	font-weight:400 !important;
	line-height: 30px;
    }
    .circle {
	width:6px;
	height: 6px;
	background:#1ABC9C;
	border-radius: 50%;
	display: inline-block;
	margin-right:5px;
    }

    .step .item {
	padding:20px;
    }

    .hardware {
	background: linear-gradient(91deg, #0F1937, #0D1632);
    }
    .hardware .container-title {
	color:#fff !important;
    }

    .hardware .common-title {
	color:#fff;
    }

    .hardware .common-content{
	color:#AAB0C4;
	margin:auto;
	max-width: 170px;
	min-height: 50px;
    }

    .price-item-new {
	height: auto;
	width: auto;
	padding: 0 0 30px 0;
	background: none !important;
	background: #FFFFFF;
	box-shadow: 0px 10px 40px 0px rgba(177, 199, 196, 0.2);
	border-radius: 8px;
	float: none;
	margin-top: 40px;
	margin-bottom: 80px;
	position: relative;
    }

    .price-item-new.itembase .header,
    .price-item-new.itembusiness .header {
	height:120px;
	background: linear-gradient(-90deg, #02AAB0 0%, #1ABC9C 100%);
	color:#fff;
	justify-content: space-evenly;
	align-items: center;
	display: flex;
	border-radius: 8px 8px 0 0;
    }
    
    .price-item-new.itembusiness .header{
	height:120px;
	background: linear-gradient(91deg, #3171E0, #1955A1);
    }

    .price-item-new.itembase .header p,
    .price-item-new.itembusiness .header p {
	color:#fff;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin:0;
    }

    .price-item-new .price-1 {
	color:#AAB0C4;
	font-weight: 300;
	margin-bottom:0;
    }

    .price-item-new .price-1 span {
	font-size:24px;
	padding: 0 5px;
	color:#AAB0C4;
    }

    .price-item-new .price-2 {
	    color:#2F3950;
    }

    .price-item-new .price-2 span {
	color:#02AAB0;
	font-size: 38px;
	font-weight:500;
    }

    .price-item-new .price-2 span.unite {
	font-size: 14px;
	font-weight:400;
    }

    .price-item-new.itembusiness .price-2 span.price,
    .price-item-new.itembusiness .price-2 span.unite {
	color:#3070DD;
    }


    .price-item-new .btn-green,
    .price-item-new .btn-blue {
	margin-right:0 !important;
	width:50%;
	max-width:170px;
    }

    .price-item-new .btn-blue {
	background:#2D6CD5 !important;
	border-color:#2D6CD5 !important;
	color:#fff;
    }

    .price-item-new .btn-blue:hover,
    .price-item-new .btn-blue:focus,
    .price-item-new .btn-blue:visited {
	background-color:#3070DD !important;
	border-color:#3070DD !important;
    }

    .service-table {
	width: 100%;
	color:#2F3950
    }

.service-table .function-title {
    text-align: left;
    padding-left: 10%;
}

.service-table th {
    text-align: center;
    width: 25%;
    padding: 12px 0 11px 0;
}

.service-table td {
    text-align: center;
    width: 25%;
    border-top: 1px solid #eee;
    line-height: 40px;
}

.service-table tr:last-child td {
    border-bottom: 1px solid #eee;
}

.service-table img.status-icon {
    width: 14px;
    height: auto;
}

.service-table tr:first-child>td {
    border-top: none;
}

.btn-green-o {
	width:80%;
	max-width:120px;
}
/*适配*/
@media (max-width: 991px) {
    #homepage-new .btn-green {
        margin-bottom:0;
    }

    .features-item {
        min-height: 200px;
    }
}

/* mobile */
@media (max-width: 767px) {
    #homepage-new .homepage-banner-item .homepage-banner-content {
        padding-top:0;
        height:480px;
    }

    #homepage-new .font-34 {
        font-size: 32px;
    }
    .banner-icon {
        padding:20px;
    }
    .advantage-inner .item {
        padding:20px;
    }
    .advantage-inner .item .icon img {
        margin-right:10px;
    }
    .step .item .info {
        text-align: left;
    }
    .advantage {
        padding-top:100px !important;
    }

    .step {
        padding-top:520px !important;
    }

    .indicators .item-advantage.active img.active, 
    .indicators .item-advantage img.default {
        display:none;
    } 

    .advantage-info p {
        font-size:16px;
    }

    .method .method-item:first-child {
        margin-bottom:30px;
    }
    .banner-list li {
        width:50%;
    }
}




