.url {
    margin: auto;
    width: 1000px;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0;
}
.url a {
    text-decoration: none;
    color: #00acd8;
}
div#S_content {
	    margin-top: 15px;
    width: 1000px;
    margin: auto;
}
.perTap>span {
    font-size: 18px;
    border-left: 4px solid #2196F3;
    display: inline-block;
    padding: 0 5px;
    color: #444;
}
.perTap>p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    color: #444;
    margin-top: 16px;
    margin-bottom: 30px;
}
.perTap>p>span {
    display: block;
}
.red {
    color: red;
}

.flow>span{
	display: inline-block;
    min-width: 60px;
    height: 30px;
    padding-left: 35px;
    vertical-align: middle;
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    color: #328afc;
}
.flow {
    margin: 30px auto;
    padding-left: 2%;
}
i.trans {
    display: inline-block;
    background: url(../../../../NetHos_public/bjHos/image/visitor/sop/line.png) no-repeat center center white;
    background-size: 30px 16px;
    width: 10%;
    height: 30px;
    vertical-align: top;
}
span[for='c1'] {
    background: url(../../../../NetHos_public/bjHos/image/visitor/sop/simple_icon1.png) no-repeat 2px center white;
    background-size: 30px 30px;
   
}
span[for='c2'] {
    background: url(../../../../NetHos_public/bjHos/image/visitor/sop/simple_icon2.png) no-repeat;
    background-size: 30px 30px;
   
}
span[for='c3'] {
    background: url(../../../../NetHos_public/bjHos/image/visitor/sop/simple_icon3.png) no-repeat;
    background-size: 30px 30px;
   
}
span[for='c4'] {
    background: url(../../../../NetHos_public/bjHos/image/visitor/sop/simple_icon4.png) no-repeat;
    background-size: 30px 30px;
   
}

.BottomBtn {
    display: block;
    width: 240px;
    height: 40px;
    box-sizing: border-box;
    margin: 160px auto 0 auto;
    border: 0;
    color: white;
    padding: 10px;
    cursor: pointer;
    background: -moz-linear-gradient(top, #1fa9e2 0%, #428afe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fa9e2), color-stop(100%,#428afe));
    background: -webkit-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: -o-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: -ms-linear-gradient(top, #1fa9e2 0%,#428afe 100%);
    background: linear-gradient(to bottom, #1fa9e2 0%,#428afe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa9e2', endColorstr='#428afe',GradientType=0 );
}