.pageBox{display:flex;flex-direction:column;width:810px;margin:20px auto;background-color:#fff;min-height:400px;padding:50px 200px}.pageBox .stepRow{display:flex;flex-direction:row;align-items:center;width:fit-content;margin:0 auto 50px auto}.pageBox .stepRow .on:nth-child(1) .stepIcon{background-color:#14b6b6}.pageBox .stepRow .on:nth-child(1) .text{color:#14b6b6}.pageBox .stepRow .on:nth-child(2) .stepIcon{background-color:#14b6b6;transition-delay:.3s;transition-duration:.2s}.pageBox .stepRow .on:nth-child(2) .line .line_on{width:100px;transition-duration:.3s}.pageBox .stepRow .on:nth-child(2) .text{color:#14b6b6;transition-delay:.4s;transition-duration:.2s}.pageBox .stepRow .on:nth-child(3) .stepIcon{background-color:#14b6b6;transition-delay:.7s;transition-duration:.2s}.pageBox .stepRow .on:nth-child(3) .line .line_on{width:100px;transition-delay:.4s;transition-duration:.3s}.pageBox .stepRow .on:nth-child(3) .text{color:#14b6b6;transition-delay:.8s;transition-duration:.2s}.pageBox .stepRow .step{display:flex;flex-direction:row;align-items:center}.pageBox .stepRow .stepIcon{color:#fff;background-color:#ccc;width:30px;height:30px;line-height:30px;text-align:center;border-radius:50%;font-size:20px;margin-right:15px}.pageBox .stepRow .text{color:#ccc;margin-right:15px;font-weight:bold;font-size:17px}.pageBox .stepRow .line{height:2px;width:100px;background-color:#ccc;margin-right:15px}.pageBox .stepRow .line .line_on{height:2px;width:0;background-color:#14b6b6}.pageBox .info{margin:0 auto}.pageBox .step1_info{display:flex;flex-direction:column;width:400px}.pageBox .step1_info .title{color:#666;margin:30px 0 10px;line-height:18px;font-weight:bold}.pageBox .step1_info .title .sort{font-size:14px;margin-right:5px}.pageBox .step1_info .title .red{color:red}.pageBox .step1_info #cpmpanyName{margin:10px 0;height:30px;padding:2px 10px;font-size:15px;color:#333;width:378px;outline:none;border:1px solid #666;border-radius:4px}.pageBox .step1_info #cpmpanyName::placeholder{color:#999}.pageBox .step1_info .labelBox{display:flex;flex-direction:row;align-items:center}.pageBox .step1_info .labelBox label{font-size:16px;margin:10px 30px;margin-left:0;cursor:pointer;color:#666}.pageBox .step1_info .btnRow{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:30px;width:100%}.pageBox .step1_info .btnRow span{margin:30px;border:1px solid #14b6b6;padding:8px 14px;border-radius:4px;cursor:pointer}.pageBox .step1_info .btnRow .next{background-color:#14b6b6;color:#fff}.pageBox .step1_info .btnRow .cancel{color:#14b6b6}.pageBox .step2_info{width:600px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:#f9f9f9;padding:80px 100px;border-radius:6px}.pageBox .step2_info .imgBox{min-width:120px;width:120px;height:120px;overflow:hidden;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px;background-color:#fff;border-radius:5px}.pageBox .step2_info .imgBox img{max-height:100%;max-width:100%}.pageBox .step2_info .examineBox{display:flex;flex-direction:column}.pageBox .step2_info .examineBox .examine{width:400px;line-height:24px;color:#666}.pageBox .step2_info .examineBox .examine .online{cursor:pointer;color:#14b6b6}.pageBox .step2_info .examineBox .back{color:#14b6b6;font-size:15px;margin-top:20px;cursor:pointer;width:fit-content}.pageBox .step3_info{padding-top:30px}.pageBox .step3_info .heading{font-size:20px;margin-bottom:20px;color:#333}.pageBox .step3_info .heading .website{color:#14b6b6}.pageBox .step3_info .heading .identity{color:#14b6b6}.pageBox .step3_info .text{font-size:16px;color:#666;font-weight:bold;margin-bottom:10px}.pageBox .step3_info .switch{color:#14b6b6}