.create-screen{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background:#000;margin:0;padding:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.create-screen .top-bar{height:50px;width:100%;position:relative}.create-screen .top-bar:before{content:" ";position:absolute;top:0;left:0;right:0;height:20px;width:100%;background:#151b22}.create-screen .top-bar .right-bar{left:150px;top:20px;height:5px;width:100%;border-top:2px solid #2681ff;border-left:2px solid #2681ff;background:rgba(55,126,255,.04);border-top-left-radius:5px}.create-screen .top-bar .left-bar,.create-screen .top-bar .right-bar{position:absolute;transform:skewX(-45deg);box-shadow:0 5px 28px 0 rgba(55,126,255,.28)}.create-screen .top-bar .left-bar{left:0;top:24px;height:25px;width:138px;border-right:2px solid #2681ff;border-bottom:2px solid #2681ff;border-bottom-right-radius:5px}.create-screen .top-bar .return-btn{position:absolute;left:-31px;top:0;width:180px;height:48px;line-height:48px;text-align:center;background:#151b22;cursor:pointer;transform:skewX(-45deg);border-bottom-right-radius:5px}.create-screen .top-bar .return-btn .return-text{display:inline-block;color:#fff;font-size:14px;margin-left:10px;transform:skewX(45deg);transition:.2s}.create-screen .top-bar .return-btn .return-text:hover{color:var(--datav-main-color)}.create-screen .top-bar .return-btn .return-icon{margin-right:5px}.create-box{margin-top:10px;margin-bottom:40px;width:100%;overflow-x:auto}.create-box .avue-tip-title{padding-left:20px}.create-scroll{padding-bottom:20px;width:100%;overflow:auto}.create-content{padding:40px 20px;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;background-color:#000;box-sizing:border-box}.create-content img{width:500px;display:block;position:relative;border:1px solid #2681ff;box-shadow:0 0 10px -6px #000}.create-dialog .required{display:inline-block;margin-right:6px;color:var(--datav-red-color)}.create-dialog .template-desc{margin-bottom:20px;opacity:.8;overflow:hidden;-webkit-line-clamp:3;display:-webkit-box}.create-dialog .name-title{margin-bottom:10px}.create-dialog .name-input{margin-bottom:15px;height:28px;line-height:26px}