/*banner*/
.banner {height:182px;background-repeat: no-repeat;background-position:center 0;background-size:cover;}

/*数据上传*/
.upload-wrap {padding-top: 30px;margin-bottom: 50px;}
.upload-wrap .title {font-size:24px;margin-bottom: 25px;}
.upload-item {background:#f2f4f7;border:1px solid #ebecec;padding:20px;margin-bottom: 17px;}
.upload-item .download {margin-left: 20px;position: relative;}
.upload-item .download:before {content:"";background:url(../images/imgs.png) no-repeat -119px -48px;display: inline-block;width:16px;height:16px;vertical-align: top;margin-right:3px;}

/*上传流程*/
.upload-step {padding-bottom: 150px;}
.upload-step .title {font-size:24px;padding:0 0 20px 0;margin-bottom: 40px;border-bottom:1px solid #ebecec;}
.upload-step ul .col {width:160px;height:160px;border-radius:160px;background: #efefef;text-align:center;}
.upload-step ul .col p {position: relative;}
.upload-step ul .col p:before {content:"";display: block;width:64px;height:64px;background: url(../images/imgs.png) no-repeat;margin:28px auto 10px;}
.upload-step ul .col:nth-child(1) p:before {background-position:2px -157px;}
.upload-step ul .col:nth-child(3) p:before {background-position:-76px -157px;}
.upload-step ul .col:nth-child(5) p:before {background-position:-152px -157px;}
.upload-step ul .col:nth-child(7) p:before {background-position:-233px -157px;}
.upload-step ul .arrow {width:70px;text-align:center;margin:0 25px;}
.upload-step ul .arrow p {position: relative;}
.upload-step ul .arrow p:after {content:"";position: absolute;width:60px;height:6px;border-radius:3px;background:#efefef;left:0;bottom:-18px;}
.upload-step ul .arrow p:before {content:"";position: absolute;width:0;height:0;border-style: solid;border-width:10px;border-color:transparent transparent transparent #efefef;bottom:-25px;right:-5px;}


