.timeLine {
    background-color: #fff;
} 

.timeLine .heightP {
    background-color: #fff;
    display: block;
    max-width: 100%;
    height: 100px;
    margin: 0px 0px 15px 0px;
    box-shadow: 0px 5px 10px rgba(10, 10, 10, 0.3);
}

.timeLine .heightA {
    background-color: #fff;
    display: block;
    max-width: 100%;
    height: 100px;
    margin: 0px 0px 15px 0px;
}

.timeLine .heightB {
    background-color: #fff;
    display: block;
    max-width: 100%;
    height: 100%;
    margin:0px 0px 15px 0px;
}

.timeLine .heightT {
    background-color: #fff;
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0px 0px 15px 0px;
}

.timeLine .leftIconA {
   float: left;
   width: 15%;
   height: 100px;
   background-color: rgb(39, 174, 96);
   text-align: center;
}

.timeLine .leftIconA_C {
   float: left;
   width: 30%;
   height: 100px;
   text-align: center;
   background-color: aliceblue;
}

.timeLine .leftIconA_D {
   float: left;
   width: 21%;
   height: 85px;
   text-align: center;
}

.timeLine .leftIconB {
    float: left;
    width: 15%;
    height: 100px;
    background-color:rgb(243, 156, 18);
    text-align: center;
 }

  .timeLine .leftIconA > i, .timeLine .leftIconB > i {
    color: #fff;
    line-height: 100px;
 }

 .timeLine .leftIconC {
    float: left;
    width: 15%;
    height: 120px;
    background-color: #f8ea1b;
    text-align: center;
 }

  .timeLine .leftIconC > i {
    color: #fff;
    line-height: 120px;
 }

 .timeLine .leftIconD {
    float: left;
    width: 15%;
    height: 120px;
    background-color: #579ffb;
    text-align: center;
 }

  .timeLine .leftIconD > i {
    color: #fff;
    line-height: 120px;
 }
 
.timeLine .leftIconI {
   float: left;
   width: 15%;
   height: 100px;
   background-color: #f5e740;
   text-align: center;
}
.timeLine .leftIconI > i {
    color: #fff;
    line-height: 100px;
 }
 
 .timeLine .leftIconE {
   float: left;
   width: 15%;
   height: 100px;
   background-color: #579ffb;
   text-align: center;
}

.timeLine .leftIconE > i {
    color: #fff;
    line-height: 100px;
 }
 
.timeLine .rightContent {
    display: inline-block;
    width: 85%;
    height: 100%;
    padding: 0px;
    background-color: #C7E3E8;
}

.timeLine .content {
    display: inline-block;
    width: 100%;
    height: 150px;
    padding: 0px;
    background-color: aliceblue;
 	background-image: url('../img/thank_bg.png');   
}

.timeLine .contentM {
    display: inline-block;
    width: 100%;
    height: 150px;
    padding: 0px;
    background-color: aliceblue;
 	background-image: url('../img/thank_bg_m2.png');   
}


.timeLine .rightContent_C {
    display: inline-block;
    width: 70%;
    height: 100%;
    padding: 0px;
    background-color: aliceblue;
}

.timeLine .rightContent_C_D {
    display: inline-block;
    width: 73%;
    height: 100%;
    padding: 0px;
    background-color: aliceblue;
}

@media screen and (min-width: 769px) {
	.timeLine .leftIconA_C {
	   float: left;
	   width: 15%;
	   height: 100px;
	   text-align: center;
	}

	.timeLine .leftIconA_D {
	   float: left;
	   width: 9%;
	   height: 85px;
	   text-align: center;
	}
	
	.timeLine .rightContent_C {
	    display: inline-block;
	    width: 85%;
	    height: 100%;
	    padding: 0px;
	    background-color: aliceblue;
	}
	
	.timeLine .rightContent_C_D {
	    display: inline-block;
	    width: 88%;
	    height: 100%;
	    padding: 0px;
	    background-color: aliceblue;
	}
	
}

.timeLine .contentTop {
    display: block;
    font-size: 12px;
    color: rgb(127, 127, 127);
    margin: 10px;
}

.timeLine .contentMainA {
    display: block;
    font-size: 14px;
    color: #1d2129;
    margin: 10px;
}

.timeLine .contentMainB {
    display: block;
    height: 44px;
    font-size: 14px;
    color: #1d2129;
    margin: 10px;
    word-break: keep-all;
}

.timeLine .contentUtile {
    display: block;
    max-width: 100%;
    font-size: 12px;
    padding: 7px 10px 6px 10px;
}

.timeLine .contentUtile  i {
    font-size: 16px;
    vertical-align: top;
}