/* main */
hr {
    margin: 0;
    border: none;
    width: 100%;
    height: 0.22rem;
    background: #eaeaea;
}
.main {
    background: #fff;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.title {
    margin-bottom: 0.35rem;
}
.title h2 {
    font-size: 0.4rem;
	font-weight: bold;
    color: #444444;
    text-align: center;
}



.main1 .item {
    width: 48.5%;
    background: #ffffff;
    box-shadow: 0 0.05rem 0.24rem 0 rgba(0, 0, 0, 0.12);
    margin-top: 0.25rem;
    text-align: center;
    min-height: 4.04rem;
    padding: 0.24rem 0.2rem 0;
}
.main1 .item:not(:nth-child(2n)) {
    margin-right: 3%;
}
.main1 .item:nth-child(1),
.main1 .item:nth-child(2) {
    margin-top: 0;
}
.main1 .item .picture_icon {
    width: 1.22rem;
    height: 1.22rem;
    margin: 0 auto;
	background-image: linear-gradient(29deg, 
		#08c481 0%, 
		#2db8fc 100%), 
	linear-gradient(
		#0093e1, 
		#0093e1);
	background-blend-mode: normal, 
        normal;
    border-radius: 50%;
    font-size: 0.26rem;
	font-weight: bold;
    color: #ffffff;
    line-height: 1.22rem;
    text-shadow: 0.02rem 0.02rem 0 rgba(255,255,255,0.3);
}
.main1 .item .explain_title {
    font-size: 0.26rem;
	font-weight: bold;
    color: #444444;
    margin: 0.12rem 0 0.08rem;
}
.main1 .item .explain_content {
    font-size: 0.24rem;
	line-height: 0.38rem;
	color: #666666;
}





.main2 .item {
    width: 48.5%;
    background: #ffffff;
    margin-top: 0.25rem;
    text-align: center;
    border-radius: 0.1rem;
	border: solid 1px #eeeeee;
}
.main2 .item:not(:nth-child(2n)) {
    margin-right: 3%;
}
.main2 .item:nth-child(1),
.main2 .item:nth-child(2) {
    margin-top: 0;
}
.main2 .item .explain_title {
    height: 1.1rem;
    line-height: 1.1rem;
    font-size: 0.32rem;
	letter-spacing: 1px;
    color: #ffffff;
	background-blend-mode: normal, 
		normal;
	border-radius: 0.1rem;
}
.main2 .item:nth-child(1) .explain_title {
    background-image: linear-gradient(-15deg, 
		#fe9156 0%, 
		#ffb55a 100%), 
	linear-gradient(
		#00a2a2, 
		#00a2a2);
}
.main2 .item:nth-child(2) .explain_title {
    background-image: linear-gradient(-15deg, 
		#5da8fc 0%, 
		#5fb9ff 100%), 
	linear-gradient(
		#00a2a2, 
		#00a2a2);
}
.main2 .item:nth-child(3) .explain_title {
    background-image: linear-gradient(-15deg, 
		#5bdcaa 0%, 
		#5ee4a0 100%), 
	linear-gradient(
		#00a2a2, 
		#00a2a2);
}
.main2 .item:nth-child(4) .explain_title {
    background-image: linear-gradient(-15deg, 
		#fd746c 0%, 
		#ffafaa 100%), 
	linear-gradient(
		#00a2a2, 
		#00a2a2);
}
.main2 .item .explain_content_item {
    font-size: 0.26rem;
    color: #444444;
    position: relative;
    margin: 0.15rem 0;
}
.main2 .item .explain_content_item .dot {
    width: 0.12rem;
	height: 0.12rem;
    background: #00a2a2;
    border-radius: 50%;
    margin-right: 0.12rem;
}


.main3 .item {
    text-align: center;
    width: 25%;
    position: relative;
}
.main3 .item:not(:nth-child(4))::after {
    content: '';
    display: block;
    position: absolute;
    width: 1.1rem;
	height: 1px;
    background-color: #eeeeee;
    top: -moz-calc(50% + 0.13rem);
    top: -webkit-calc(50% + 0.13rem);
    top: calc(50% + 0.13rem);
    left: -moz-calc(100% - 0.55rem);
    left: -webkit-calc(100% - 0.55rem);
    left: calc(100% - 0.55rem);
}
.main3 .item:nth-child(5)::after,
.main3 .item:nth-child(6)::after {
    content: '';
    display: block;
    position: absolute;
    width: 1.65rem;
	height: 1px;
    background-color: #eeeeee;
    top: -moz-calc(50% + 0.13rem);
    top: -webkit-calc(50% + 0.13rem);
    top: calc(50% + 0.13rem);
    left: -moz-calc(68%);
    left: -webkit-calc(68%);
    left: calc(68%);
}
.main3 .item:nth-child(7)::after {
    content: '';
    display: none;
}
.main3 .item:nth-child(5) {
    margin-left: 5%;
}
.main3 .item:nth-child(7) {
    margin-right: 5%;
}
.main3 .item:nth-child(5),
.main3 .item:nth-child(6),
.main3 .item:nth-child(7) {
    margin-top: 0.4rem;
}
.main3 .item .picture_icon {
    font-size: 0.5rem;
    color: #00a2a2;
}
.main3 .item .step {
    font-size: 0.24rem;
	color: #888888;
}
.main3 .item .explain_title {
    font-size: 0.28rem;
	color: #555555;
}

