[v-cloak]{
    display: none;
}
.whole-wrapper *{
    box-sizing: border-box;
}
.dialog-gongzheng .form-col-left,.pages-gong-zheng-index .form-col-left {
    width: 546px
}

.dialog-gongzheng .form-col-right,.pages-gong-zheng-index .form-col-right {
    width: 374px
}

.dialog-gongzheng .w-408,.pages-gong-zheng-index .w-408 {
    width: 408px
}

.dialog-gongzheng .input-with-btn.el-input-group--append .el-input__inner,.pages-gong-zheng-index .input-with-btn.el-input-group--append .el-input__inner {
    border-right: 0
}

.dialog-gongzheng .input-with-btn .el-input-group__append,.pages-gong-zheng-index .input-with-btn .el-input-group__append {
    border-color: #3c7ee5
}

.dialog-gongzheng .input-with-btn .el-input-group__append .assignor-btn,.pages-gong-zheng-index .input-with-btn .el-input-group__append .assignor-btn {
    width: 130px;
    background: #3c7ee5;
    border-radius: 0;
    color: #fff
}

.dialog-gongzheng .input-with-btn .el-input-group__append .assignor-btn:hover,.pages-gong-zheng-index .input-with-btn .el-input-group__append .assignor-btn:hover {
    border-color: #3c7ee5
}

.dialog-gongzheng .input-with-notice,.pages-gong-zheng-index .input-with-notice {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: 1;
    padding-top: 4px
}

.dialog-gongzheng .radio-btns .btn-item,.pages-gong-zheng-index .radio-btns .btn-item {
    border-radius: 4px;
}

.dialog-gongzheng .radio-btns .btn-item:not(:nth-of-type(3n+1)),.pages-gong-zheng-index .radio-btns .btn-item:not(:nth-of-type(3n+1)) {
    margin-left: 8px
}

.dialog-gongzheng .radio-btns .btn-item:not(:nth-of-type(-n+3)),.pages-gong-zheng-index .radio-btns .btn-item:not(:nth-of-type(-n+3)) {
    margin-top: 8px
}

.dialog-gongzheng .radio-btns .btn-item+.btn-item,.pages-gong-zheng-index .radio-btns .btn-item+.btn-item {
    border-left: 1px solid #e0e3e8
}

.dialog-gongzheng .radio-btns .el-radio-button__inner,.pages-gong-zheng-index .radio-btns .el-radio-button__inner {
    width: 130px;
    border-radius: 4px;
    padding: 10px
}

.dialog-gongzheng .prompt,.pages-gong-zheng-index .prompt {
    margin: 128px 24px 50px 10px
}

.dialog-gongzheng .prompt:last-of-type,.pages-gong-zheng-index .prompt:last-of-type {
    margin-right: 0
}

.pages-gong-zheng-index .form-col-right {
    margin-left: 132px
}

.pages-gong-zheng-index .upload-notice {
    width: 200px;
    line-height: 18px
}

.pages-gong-zheng-index .upload-notice p {
    margin: 112px 0 0 20px
}

.pages-gong-zheng-index .price-box {
    padding: 14px;
    margin-top: 10px;
    padding-bottom: 8px;
    width: 468px;
    /* height: 160px; */
    border: 1px solid #fc6530;
    margin-right: 16px;
    line-height: 35px
}

.pages-gong-zheng-index .price-box .number {
    font-size: 30px
}

.pages-gong-zheng-index .submit-btn {
    width: 150px;
    height: 40px;
    float: right;
    margin: 20px 16px 0 0
}

.dialog-gongzheng .form-col-right {
    margin-left: 40px
}

.tabs-name {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 16px;
    margin: 10px 0 30px;
    border-left: 4px solid #3c7ee5;
    font-size: 18px;
    color: #3c7ee5;
}
.reg-banner {
    height: 200px;
    padding: 65px 0 0 145px;
    background: url(/template/Home/Default/PC/Static/img/module/trademark/f52946e.png) no-repeat 50%;
    color: #fff
}

.reg-banner h1 {
    height: 42px;
    line-height: 40px;
    margin-bottom: 18px;
    font-size: 38px;
    font-weight: 500
}

.reg-banner .subtit {
    font-size: 16px
}

.reg-banner .subtit .btn {
    width: 128px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    background: linear-gradient(179deg,#867ffa,#5c5cde);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 4px
}

.reg-banner .subtit .btn:hover {
    background: linear-gradient(179deg,rgba(134,127,250,.8),rgba(92,92,222,.8))
}


.flow-common-wrap .item {
    float: left;
    width: 277px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #72b2ff;
    text-align: center;
    position: relative
}

.flow-common-wrap .item.on {
    background: #ff8e66
}

.flow-common-wrap .item.on+.last:before {
    border-left-color: #ff8e66
}

.flow-common-wrap .tri-item {
    float: left;
    width: 30px;
    height: 40px;
    position: relative
}

.flow-common-wrap .tri-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #ff8e66;
    border-bottom: 20px solid transparent;
    background: transparent
}

.flow-common-wrap .tri-item:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 20px solid #ff8e66;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #ff8e66;
    background: transparent
}

.flow-common-wrap .tri-item.last:after {
    border-top-color: #72b2ff;
    border-bottom-color: #72b2ff
}

.flow-common-wrap .tri-item.last:before {
    border-left-color: #72b2ff
}

.register-flow {
    margin-bottom: 30px
}

.register-flow.flow-common-wrap .item {
    width: 267px
}

.publish-flow {
    margin: 50px 0
}

.upload-box {
    width: 150px;
    height: 150px;
    color: #9da0a6;
    border: 1px solid #e0e3e8;
    text-align: center;
    transition: all .3s;
    position: relative;
    overflow: hidden
}

.upload-box img {
    max-width: 96%;
    max-height: 96%;
    vertical-align: middle
}

.upload-box .el-upload {
    width: 150px;
    height: 150px
}

.upload-box .upload-items {
    height: 149px;
    line-height: 149px
}

.upload-box .upload-had {
    height: 150px;
    overflow: hidden;
    position: relative
}

.upload-box .upload-had .preview-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    text-align: center;
    font-size: 22px;
    color: #fff
}

.upload-box .upload-had .preview-layer .i-upload {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600
}

.upload-box .upload-had .reload-layer {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 99%;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    color: #fff;
    opacity: 0;
    transition: opacity .3s
}

.upload-box .upload-had:hover .reload-layer {
    opacity: 1
}

.upload-box .upload-empty {
    line-height: 0
}

.upload-box .upload-empty .iconfont {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 42px 0 14px;
    font-size: 56px
}

.upload-box .upload-empty .txt {
    line-height: 16px
}

.upload-box:hover .upload-empty {
    color: #666
}
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
    background-color: #3c7ee5;
    border-color: #3c7ee5;
    box-shadow: -1px 0 0 0 #3c7ee5;
}
.el-button--warning {
    color: #fff;
    background-color: #fc6530;
    border-color: #fc6530;
}
.el-popover img {
    max-width: 100%;
}

.el-input__inner {
    height: 36px;
}
.dialog-gongzheng .input-with-btn .el-input-group__append .assignor-btn, .pages-gong-zheng-index .input-with-btn .el-input-group__append .assignor-btn {
    width: 130px;
    background: #3c7ee5;
    border-radius: 0;
    color: #fff;
}
.dialog-gongzheng .input-with-btn .el-input-group__append, .pages-gong-zheng-index .input-with-btn .el-input-group__append {
    border-color: #3c7ee5;
}

.el-table th {
    background-color: #f4f9ff;
}

.el-table thead {
    color: #3c7ee5;
    font-weight: 500;
}
.el-button{
    padding: 10px 20px;
}

.gongzheng{
    background-color: #f4f4f7;
}

.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #1b1b1b;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}


.notice-tip {
    line-height: 30px;
    padding: 12px 20px;
    background: #fff8f2;
    border: 1px solid #ffc38e;
    font-size: 12px
}

.coupons select {
    border: solid 1px #ccc;
    height: 28px;
    line-height: 28px;
    outline: none;
}