.ttk-scm-app-collect{
    padding: 0 20px;
    .ant-form-item-control-wrapper{
        display: inline-block;
    }
    .ant-form-item-control{
        width: 85px;
    }
    &-alert {
        margin-bottom: 10px;
    }
    &-other {
        border-bottom: 1px dashed #a6a6a6;
        margin-bottom: 12px; 
    }
    .ant-form-item-label{
        text-align: left
    }
    .ant-form-item{
        margin-bottom: 0;
        padding: 0px 20px;
    }
    h3 {
        margin-bottom: 5px;
    }
    p{
        margin-bottom: 12px;
    }
    .file-name {
        margin-left: 8px;
	    color: @primary-color;
		cursor: default;
		display: inline-block;
		max-width: 400px;
		white-space: nowrap;
		text-overflow: ellipsis;
		vertical-align: bottom;
		overflow: hidden;
		line-height: 30px;
    }
    .ant-btn-primary {
	    height: 30px;
	    padding: 0 8px;
        color: #fff;
        background-color: @primary-color;
	    font-size: 12px;
	    line-height: 28px;
	    display: inline-block;
	    font-weight: 400;
	    text-align: center;
	    touch-action: manipulation;
	    cursor: pointer;
	    background-image: none;
	    border: 1px solid @primary-color;
	    white-space: nowrap;
	    border-radius: 4px;
	    user-select: none;
	    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		position: relative;
        margin-left: 16px;
        margin-bottom: 0;
    }
    .ant-select.mk-select.ant-select-enabled{
        width: 35%
    }
    .accountDate-picker{
        width: 35%
    }
    .collectDate-picker{
        width: 100%
    }
    .collect-tip{
        height: 24px;
        line-height: 24px;
    }
}

.import-tip {
    .anticon-question-circle {
        padding-top: 3px;
    }
    .ant-confirm-body .ant-confirm-content p {
        margin-bottom: 8px;
    }
    .ant-confirm-btns .ant-btn:first-child {
        display: none;
    }
}