.groupline .form-group{display: inline-block;*display: inline;width: 200px;}
.field-submitkeypaperform-content {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.field-submitkeypaperform-content .form-title{
    display: block;
    width: max-content;
    white-space: nowrap;
    margin-right: 20px;
    margin-bottom: 0;
}
.form-group .radios, .form-group-justify .form-group .radios label {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
    margin: 0 20px 0 0;
}
.form-group-justify input[type=radio] {
    cursor: pointer;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #cccccc;
    outline: none;
    margin: 0 8px 0 0;
}
.form-group-justify input[type=radio]:checked {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #6db085;
    border-radius: 50%;
    outline: none;
}
.form-group-justify input[type=radio]:checked::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    background: #6db085;
    border-radius: 50%;
}
.form-group-justify textarea.form-control {
    width: 100%;
    height: 300px;
    border: 1px solid #e9e9e9;
    overflow-y: auto;
    resize: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 12px;
}

.form-group-justify .count {
    color: #999;
    flex: 1;
    text-align: right;
}
.form-group .radio label{
    display: flex;
    align-items: center;
    padding-left: 0;
}
.radio .title-version{
    margin-left: 20px;
}
.nav-tabs > li{
    cursor: pointer;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    cursor: pointer;
}
.dm-uploader {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dm-uploader .btn {
    position: relative;
    overflow: hidden
}

.form-group-justify .dm-uploader .btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    cursor: pointer
}
#modal-login .modal-dialog {
    width: 540px;
    margin: 200px auto;
}

#modal-login .modal-content {
    background: #fff;
    color: #999;
    border: 0;
    box-shadow: none;
}

#modal-login .close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 32px;
    font-weight: 400;
}

#modal-login .close:hover {
    color: #353636;
}

#modal-login .modal-header {
    font-size: 16px;
}

#modal-login .modal-body {
    position: static;
    color: #353636;
    font-size: 16px;
    padding: 50px 50px 30px;
    text-align: center;
    line-height: 24px;
}

#modal-login .modal-body .btn-confirm-cancel {
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-login .modal-body .btn-confirm {
    width: 120px;
    margin-top: 50px;
    background-color: #6dae85;
    border-color: #6dae85;
}

#modal-login .modal-body .btn-cancel {
    width: 120px;
    margin-top: 50px;
    border-radius: 4px;
    margin-left: 40px;
}

#modal-login .text-left {
    margin: -20px auto 0;
}

#modal-login .text-left h4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: #6dae85;
}
.tipRed{
    padding-top: 10px;
}
.tipRed span{
    color:#D75638;
    font-weight: 600;
}
.version p{
    margin: 0 0 10px;
}
.paper-form .help-block{
    color: #a94442;
}
#drag-and-drop-zone label{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
#modal-tip .modal-dialog, #modal-aigc-tip .modal-dialog {
    width: 540px;
    margin: 200px auto;
}

#modal-tip .modal-content {
    background: #fff;
    color: #999;
    border: 0;
    box-shadow: none;
}

#modal-tip .close {
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 32px;
    font-weight: 400;
}

#modal-tip .close:hover {
    color: #353636;
}

#modal-tip .modal-header {
    font-size: 16px;
}

#modal-tip .modal-body{
    position: static;
    color: #353636;
    font-size: 16px;
    padding: 50px 50px 30px;
    text-align: center;
    line-height: 24px;
}

#modal-tip .modal-body .btn-confirm-cancel{
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-tip .modal-body .btn-confirm{
    width: 120px;
    margin-top: 50px;
    background-color: #6dae85;
    border-color: #6dae85;
}

#modal-tip .modal-body .btn-cancel{
    width: 120px;
    margin-top: 50px;
    border-radius: 4px;
    margin-left: 40px;
}

#modal-tip .text-left{
    margin: -20px auto 0;
}
#modal-tip .modal-header{
    font-size: 15px;
}

.field-submitpublishedform-content {
    display: flex;
    align-items: center;
}
.field-submitpublishedform-content label{
    margin:0 20px 0 0;
}
.content-tip{
    color: #363b3c;
    margin-bottom: 10px;
}
.subDisabled{
    background: #cdcdcd;
}