.ui.form {
    position: relative;
    height: 200px;
}

.ui.checkbox.anonymity {
    margin-left: auto;
    margin-right: 10px;
}

.ui.checkbox.anonymity label {
    color: #999;
}

.ui.form .unlogin-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.field textarea.tweet-textarea {
    resize: none;
}

.foot-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    height: 34px;
    position: relative;
    cursor: pointer;
}

.foot-bar .ui.horizontal.link.small.list.toolbox a {
    font-size: 16px;
    font-weight: bold;
}

.foot-bar .right-content {
    display: flex;
    align-items: center;
}

.count {
    padding: 0 6px;
    color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 100px;
    right: 5px;
}

.upload-tips {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 10px;
    left: 65px;
    text-align: right;
    z-index: 0;
    width: 230px;
}


/*weui*/
.weui-dialog {
    position: fixed;
    z-index: 5000;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.close-btn {
    position: relative;
    top: -20px;
    left: 10px;
    color: #999;
    cursor: pointer;
}

.image-upload-box #uploader {
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 99;
}
#uploaderFiles {
    width: 330px;
}
#uploaderInput {
    cursor: pointer;
}

.video-upload-box #vUploader {
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 99;
}

.my-right-input .upload-container .ui.button.vk {
    position: absolute;
}

.my-right-input .upload-container #selectFile {
    width: 98px;
    height: 36px;
    opacity: 0;
    cursor: pointer;
}

.my-right-input .upload-tip {
    display: none;
    height: 30px;
    padding: 0px 14px;
    color: #333;
    line-height: 30px;
    top: -6px;
}

.my-right-input .upload-tip i {
    font-size: 20px !important;
    color: #41648a;
}

.progress {
    width: 350px;
    overflow: hidden;
    height: 20px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

#fsUploadProgress .info {
    position: relative;
}

#fsUploadProgress .info .status {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #fff;
    font-size: 12px;
}

#fsUploadProgress .info .finish-status {
    color: #43CE5B;
    margin-top: 10px;
}

#fsUploadProgress td:nth-child(1) {
    width: 100px;
    height: 72px;
    font-size: 20px;
    display: none;
}

#fsUploadProgress td:nth-child(1) i {
    cursor: pointer;
    color: #ccc;
    transition: all .3s;
}

#fsUploadProgress td:nth-child(1) i:hover {
    cursor: pointer;
    color: #333;
    transition: all .3s;
}

#fsUploadProgress td:nth-child(2) {
    width: 250px;
    height: 72px;
    font-size: 14px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    color: #99a2aa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#fsUploadProgress td:nth-child(2) i {
    font-size: 40px;
    margin-top: 6px;
}

#fsUploadProgress td:nth-child(3) {
    font-size: 14px;
    color: #99a2aa;
    width: 150px;
}

#fsUploadProgress td:nth-child(4) {
    width: 300px;
    color: #99a2aa;
    height: 72px;
}

.progressContainer {
    width: 100%;
}

.progressName i {
    font-size: 18px;
    color: #41648a;
}

.ui.container.up-container {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-right-input.document-upload-container {
    align-items: center;
}

.my-right-input.video-upload-container {
    height: 100px;
    align-items: center;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.my-right-input.ui.input.price:after {
    content: '单位(元)';
    position: absolute;
    right: -65px;
    top: 10px;
    font-size: 16px;
    color: #888;
}

.layui-layer-btn {
    text-align: center !important;
}

.paid-upload-btn:after {
    content: '视频支持MP4、MOV格式，20M以内！';
    position: absolute;
    top: 15px;
    left: 150px;
    font-size: 12px;
    color: #888;
    width: 370px;
    font-weight: 400;
    text-align: left;
}

.form-title {
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 20px;
}

.form-title .upload-description {
    font-size: 12px;
    color: #666;
}

.record-table {
    margin-bottom: 20px;
}
/*删除图片*/
.weui-uploader__file {
    padding: 8px;
    position: relative;
    font-family: Icons;
    font-style: normal;
}
.weui-uploader__file:hover:after {
    content: "\f2ed";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    /*background-image: url(http://play.southgis.com/20200723153420.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    display: flex;
    align-items: center;
    justify-content: center;
}