.ticket-dialog {
  position: relative;
  width: 620px;
}
.ticket-dialog .el-dialog__header {
    padding: 0;
}
.ticket-dialog .el-form-item__content button {
    width: 35%;
    min-width: 200px;
}
.ticket-dialog .el-form-item__content button:nth-child(2) {
    margin-left: 8%;
}
.ticket-dialog .el-form-item__content .el-button--default, .ticket-dialog .el-form-item__content .el-button--default:hover {
    background: #e4e4e4;
    border-color: #e4e4e4;
    color: #505050;
}
.ticket-dialog .el-form-item__content .center {
    position: relative;
    left: calc((100% - 120px) / 2);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.ticket-dialog .el-dialog__body {
    padding: 20px;
}
.ticket-dialog .el-dialog__body .el-form-item__label {
      text-align: right;
      font-size: 14px;
}
.ticket-dialog .main h3 {
    padding: 0 0 6px 0;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
}
.ticket-dialog .main h3 span {
      position: relative;
}
.ticket-dialog .main h3 span:before {
        content: '';
        position: absolute;
        background: #32ac37;
        height: 3px;
        width: 76%;
        bottom: -8px;
        left: 0;
}
.ticket-dialog .main h3 .apply {
      color: #32ac37;
      float: right;
      font-size: 16px;
}
.ticket-dialog .main h3 .apply:before {
        height: 0;
}
.ticket-dialog .main .imgs .canvas-img {
    width: 160px;
    height: 220px;
}
.ticket-dialog .main .imgs figcaption {
    color: #999;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
.ticket-dialog .main .imgs figcaption i {
      margin-right: 3px;
}
.ticket-dialog .main .imgs p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.ticket-dialog .main .imgs p span {
      color: #32ac37;
      float: right;
      text-decoration: underline;
      cursor: pointer;
}
.ticket-dialog .main .form .manage-address span {
    color: #32ac37;
    cursor: pointer;
    font-size: 14px;
}
.ticket-dialog .main .form .el-select {
    width: 100%;
}
.ticket-dialog .main .form .name-hint {
    color: #999;
    font-size: 12px;
    position: absolute;
    bottom: -8px;
    right: 0;
    line-height: 14px;
    left: -72px;
}
.ticket-dialog .mobile {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    color: #f00;
}
.ticket-dialog .is-disabled .el-input__inner {
    background: none !important;
    border: none !important;
    color: #505050 !important;
}
.ticket-dialog .is-disabled .el-input__suffix {
    display: none !important;
}

