.container{
    border-right:none;
    border-left: none;
}
.step h3 {
    text-align: center;
    margin-top: 35px;
    border-top: 2px solid #dfdfdf;
    width: 60%;
    margin: 35px auto 20px auto;
    color: #0c8bf0;
    font-size: 25px;
}
.step h3 span {
    background: #fff;
    position: relative;
    top: -16px;
    padding: 0px 20px;
}
.stpe-text dl{
	border:1px dashed #ccc;
	padding:18px 20px;
	margin-bottom:0px;
	clear:both;
}
.stpe-text dl dt{
	float:left;
	font-size:67px;
	color:#037ad8;
	width: 15%;
	text-align:center;
}
.stpe-text dl dd{
	float:left;
	width:85%;
}
.stpe-text dl dd h4{
	margin-bottom:5px;
	color:#037ad8;
}
.stpe-text dl dd p{
	margin-bottom:0px;
}
.stpe-text dl dd ul{
	list-style-type: none;
	margin-bottom:0px;
	margin-top:10px;
	font-size:14px;
}
.stpe-text dl:nth-child(even){
     border-left:none;
}
.stpe-text dl:nth-child(odd){
	border-top:none;
	border-bottom:none;
	border-right: none;
}
.stpe-text dl:nth-child(even) dt{
    float:right;
    width:10%;
}
.stpe-text dl:nth-child(even) dd{
	text-align:right;
}


.hide-text h3{
	color: #0c8bf0;
    font-size: 18px;
}
.hide-text{
	padding: 40px;
}

/*TERM页面*/
.step-p{
	text-align:center;
}
.term-text li {
    border: 1px solid #ccc;
    padding: 15px !important;
    list-style-type: none;
    list-style-position: inside;
    font-size: 16px;
    position: relative;
    padding-right: 35px;
    cursor: pointer;
    border-bottom:none;
}

.term-text li span {
    display: inline-block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 15px;
}
.term-text li span img {
    width: 50%;
}
.term-text li:last-child{
	border-bottom:1px solid #ccc;
}
.hide-text1{
	margin-top:10px;
	text-align:justify;
}
.term-text li ul{
	margin-top:10px;
	padding-left:10px;
}
.term-text li ul li{
	border:none;
	padding:9px !important;
	font-size:16px;
	list-style-type: decimal;
	text-align: left;
}
.term-text li ul li:last-child{
	border-bottom:none;
}
.l-content table{
	 padding-left: 20px;
	 display:inline-block;
}
.l-content table tr:nth-child(2n){
	background:none;
} 
.TABLE-text table thead td,.TABLE-text1 table thead td{
	background:#e6e7e9;
	color:#737375 !important;
}
.TABLE-text table tr td:nth-child(1),.TABLE-text1 table tr td:nth-child(1){
	vertical-align: middle;
	color:#0c8bf0;
	font-size:22px;
	text-align:center;
	width:10%;
}
.TABLE-text table td{
	padding:20px;
	
}
.TABLE-text table tr td:nth-child(1) span{
	display: block;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}
.TABLE-text table tr td:nth-child(2){
	width:28%;
}
.TABLE-text table td p{
	color:#737375;
	font-size:22px;
}
.TABLE-text1{
	position:relative;
	top:-4px;
}
.TABLE-text1 table td p{
	color:#737375;
	font-size:22px;
}
.TABLE-text1 table thead td{
	padding:20px;
}
.TABLE-text1 table tr td{
	padding:20px;
}
.TABLE-text1 table tr td:nth-child(3){
	vertical-align: middle;
	color: #0c8bf0;
    font-size: 22px;
    text-align: center;
}
.TABLE-text1 table tr td:nth-child(2),.TABLE-text1 table tr td:nth-child(4){
	vertical-align: middle;
}
.last-model{
	text-align:center;
	margin-top:30px;
}


@media (min-width: 320px) and (max-width: 641px){
	.step h3 {
		width:100%;
		border:none;
		font-size:16px;
	}
	.step h3 span {
	    position: relative;
	    top: 0px;
    }
	.stpe-text dl{
		border:none;
		padding:0px;
	}
	.stpe-text,.TABLE-text1,.TABLE-text{ display: none;}
}
/*iPad 竖屏*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
{
    .hide-text{
		display:none;
	}
}
/*iPad 横屏*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   .hide-text{
		display:none;
	}
}

@media (min-width: 1200px){
	.hide-text{
		display:none;
	}
	.term-text,.TABLE-text,.TABLE-text1{
		width:75%;
		margin:0 auto;
	}
	.term-text li{
		text-align:center;
	}
	.stpe-text dl dd ul{
		text-align:left;
		margin-left: 371px;
	}

}