/*递交材料 srart*/
.authorize-title h2{
    font-weight: 400;
}
.authorize-title .title-desc{
    font-size: 16px;
    padding: 0 8%;
    line-height: 30px;
    color: #041f2b;
}

.process .flowline{margin-top:50px;zoom:1;}
.process .flowline li{float:left;text-align:center;list-style:none}
.process .flowline li .icon-block{position:relative;display:inline-block;width:72px;height:72px;-webkit-border-radius:72px;-moz-border-radius:72px;border-radius:72px;background-color:#ef8200;line-height:0;margin-top:0}
.process .flowline li .icon-block img{width:32px;height:32px;margin:20px 20px 0 20px}
.process .flowline li .icon-block:before{content:''}
.process .flowline li .icon-block span{margin:0}
.process .flowline li span{display:inline-block;margin-top:8px;font-size:16px;line-height:36px;color:#333}
.process .flowline .flow-line{margin: 36px 20px;width:77px;border-bottom:1px dotted #979797;}
.process .web-flowline{display: none;}
@media (min-width: 768px) {
    .process .web-flowline{display: none;}
    .process .pc-flowline{display: inline-block;}
}
@media (max-width: 768px) {
    .process .pc-flowline{display: none;}
    .process .web-flowline{display: inline-block;}
}
