.content-wrapper .btn{font-size:.9rem;}

.fa-editor-audio{color:#007bff; font-size: 40px;}
.fa-editor-video{color:#F60; font-size: 40px;}

@media (max-width: 575.98px) {
    .tmpl-list{grid-template-columns:repeat(1, 1fr);}
}

/*下面是上传的样式表*/
.content-box {
    position: relative;
}
.content-box .radio-box {
    position: absolute;
    left: 20px;
    top: 30px;
    height: 32px;
    z-index: 99;
}

.el-radio-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.el-checkbox, .el-radio {
    color: #333;
}

.el-radio__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.el-radio__inner {
    border: 1px solid #dcdfe6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.el-radio__inner:after {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: transform .15s ease-in;
}
.el-radio, .el-radio__inner, .el-radio__input {
    position: relative;
    display: inline-block;
    line-height: 1;
    outline: 0;
    white-space: nowrap;
}
.el-radio {
    color: #606266;
    cursor: pointer;
    margin-right: 30px;
}
.el-cascader-node>.el-radio, .el-radio:last-child {
    margin-right: 0;
}
.el-radio__input {
    cursor: pointer;
    vertical-align: middle;
}
.el-radio__input.is-checked .el-radio__inner {
    border-color: #2578e3;
    background: #2578e3;
}

.el-radio__input.is-checked .el-radio__inner:after {
    transform: translate(-50%, -50%) scale(1);
}
.el-radio__label {
    font-size: 14px;
    padding-left: 5px;
}

.content-box .allow {
    position: absolute;
    right: 20px;
    top: 33px;
    z-index: 99;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #2578e3;
    border-color: #2578e3;
}
.el-checkbox__input.is-checked+.el-checkbox__label, .el-radio__input.is-checked+.el-radio__label {
    color: #333;
}
.el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
    color:#333;
    font-weight:500;
}
.content-box .pointer {
    cursor: pointer;
    border: 1px solid transparent;
}
.content-box .content {
    position: relative;
    padding-top: 28px;
    padding-bottom: 30px;
    min-height: 310px;
    text-align: center;
}
.no-file {
    margin: 0;
    padding-top: 70px;
}
.no-file .fa {
    font-size:4rem;
	color:#A3A3A3;
}
.no-file .h3 {
    margin-top: 10px;
    line-height: 18px;
    font-size: 17px;
    font-weight: 500;
    color: #333;
}
.no-file p {
    margin-top: 20px;
    line-height: 14px;
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

.content-box .content .file-box {
    margin-top: 28px;
    height: 168px;
    overflow-x: auto;
    white-space: nowrap;
}

.component-tip {
    margin-top: 24px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    text-align: center;
    color: #666;
}
.content-box .btn-submit-box {
    margin-top: 32px;
    text-align: center;
}
.content-box .btn-submit-box .el-button {
    width: 150px;
    font-size: 16px;
    padding: 10px;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button.is-plain:focus, .el-button.is-plain:hover {
    background: #fff;
    border-color: #2578e3;
    color: #2578e3;
}

.qrcode-box{
	width: 310px;
	margin: 0 auto;
}

.view-box {
    width: 310px;
	margin: 0 auto;
    min-height: 540px;
}
.view-box div, .view-box h3, .view-box p, .view-box span {
    word-break: break-all;
}
.view-box .mini-header {
    position: relative;
    z-index: 9;
}
.view-box .mini-header img {
    width: 100%;
}
.view-box .mini-header .h3 {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.view-box .mini-content {
    padding-top: 10px;
    padding-bottom: 20px;
    height: 485px;
    overflow-y: auto;
}

.no-data img {
    display: block;
    margin: 0 auto;
    width: 290px;
}

.page-media .content-box .content .title {
    display: block;
    margin: 0 auto auto;
    width: 340px;
    height: 32px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.media-box {
    position: relative;
    margin: 24px auto auto;
    width: 600px;
    height: 135px;
}
.media-box dl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.media-box dt {
    position: relative;
}
.media-box img {
    width: 44px;
}
.media-box dt h3 {
    margin-top: 18px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}
.media-box dt p {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    line-height: 1;
}

.el-icon-error {
    border-radius: 8px;
    border: 1px solid rgb(70 71 69);
    padding: 0 4px 4px 4px;
    background:rgba(70, 71, 69, 0.2);
    color:#000;
}


dl, dt, dd{
    margin:0;
    padding:0;
}

.view-box .mini-content .file-module .files-box .file:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.el-checkbox__input {
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
    background-color: #edf2fc;
    border-color: #dcdfe6;
    cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner:after {
    cursor: not-allowed;
    border-color: #c0c4cc;
}

.el-checkbox__inner {
    width: 16px;
    height: 16px;
}
.el-checkbox__label {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    line-height: 19px;
    font-size: 14px;
}
.page-media .content-box .content .media-btn-box .el-button {
    padding: 0;
    width: 100px;
    height: 32px;
    color: #666;
    line-height: 32px;
}

.qr-view-wrapper {
    position: relative;
}
.qr-view-wrapper .qr-view-content {
    width: 310px;
    min-height: 310px;
    line-height: 1;
    box-shadow: 0 3px 5px 0 rgba(0,19,11,.08);
    background: transparent;
    position: relative;
    text-align: center;
}
.qr-view-wrapper .qr-view-content .default-content  {
    position: relative;
    top: 103px;
    text-align: center;
    font-size: 14px;
}
.qr-view-wrapper .qr-view-content .default-content img {
    display: block;
    margin: 0 auto auto;
    width: 75px;
    background: transparent;
}

.el-button--primary {
    color: #fff;
    background-color: #2578e3;
    border-color: #2578e3;
}

/*上传文件后的样式表*/
.preview-box {
    padding: 50px 0;
}
.preview-box .view-box {
    float: none;
    margin: 0 auto auto;
}
.view-box .mini-content {
    padding-top: 10px;
    padding-bottom: 20px;
    height: 485px;
    overflow-y: auto;
}
div, h3, p, span {
    word-break: break-all;
}
.view-box .mini-content .file-module h3 {
    padding: 0 20px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #333;
    text-align: center;
    word-break: break-all;
}
.view-box .mini-content .file-module .single-file {
    margin-top: 20px;
    text-align: center;
}
.view-box .mini-content .file-module .single-file dd img {
    height: 65px;
}
.view-box .mini-content .file-module .single-file dt {
    margin-top: 10px;
}
.view-box .mini-content .file-module .single-file h3 {
    line-height: 20px;
    font-size: 15px;
    font-weight: 400;
}
.view-box .mini-content .file-module .single-file p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #9a9a9a;
}
.view-box .mini-content .file-module .single-file .el-button {
    padding: 8px 20px;
    width: 130px;
}

.qr-view-wrapper .qr-view-content {
    width: 310px;
    min-height: 310px;
    line-height: 1;
    box-shadow: 0 3px 5px 0 rgba(0,19,11,.08);
    background: transparent;
    position: relative;
    text-align: center;
}
.el-row:after, .el-row:before {
    display: table;
}
[class*=el-col-] {
    float: left;
    box-sizing: border-box;
}
.el-col-24 {
    width: 100%;
}

.el-dropdown .el-button-group .el-button {
    float: none;
}
.el-button-group>.el-button {
    float: left;
    position: relative;
}

.component-btn-down .el-dropdown {
    width: 100%;
    display: inline-block;
    position: relative;
    color: #606266;
    font-size: 14px;
}
.component-btn-down button {
    width: 100%; /*calc(100% - 40px)*/;
}

.el-button-group:after, .el-button-group:before {
    display: table;
    content: "";
}
.el-button-group .el-button--primary:first-child {
    border-right-color: hsla(0,0%,100%,.5);
}
.el-dropdown .el-dropdown__caret-button:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    left: 0;
    background: hsla(0,0%,100%,.5);
}
.component-btn-down .el-dropdown__caret-button {
    width: 39px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    border-left: none;
}

.el-button-group .el-button--primary:last-child {
    border-left-color: hsla(0,0%,100%,.5);
}
.el-button-group>.el-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.component-btn-down .el-dropdown__caret-button .el-icon-arrow-down {
    font-size: 14px;
    padding-left: 0;
}
.el-button-group:after {
    clear: both;
}
.el-button-group>.el-button:not(:last-child) {
    margin-right: -1px;
}
.el-button-group>.el-button+.el-button {
    margin-left: 1px;
}
.component-btn-down .el-dropdown__caret-button .el-icon-arrow-down:before {
    content: ""!important;
}

.btn-box {
    margin: 30px auto;
    text-align: center;
}
.btn-box .btn {
    width: 8rem;
    font-size: .9rem;
}

.vip-intro {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

/*视频的样式*/
.content-box .speech {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #3575bd;
    font-size: 14px;
    cursor: pointer;
}
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}

.content-box .no-file p .to, .content-box .no-file p .to:hover {
    color: #f87f0f;
}
.view-box .mini-content .video-module .video-box {
    position: relative;
    margin: 0 auto;
    width: 272px;
    min-height: 154px;
    overflow: hidden;
    border-radius: 5px;
}
.view-box .mini-content .video-module .video-box.vertical {
    height: 363px;
}

.view-box .mini-content .video-module .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 5px;
}
.view-box .mini-content .video-module .cover .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #FFF;
    text-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
}
.view-box .mini-content .video-module .cover .name {
	width: 250px;
    left: 12px;
    top: 12px;
    right: 12px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-box .mini-content .video-module .cover span {
    position: absolute;
    color: #fff;
}
.view-box .mini-content .video-module .cover .time {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    top: calc(50% + 30px);
    font-size: 12px;
}
.view-box .mini-content .video-module .video-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 272px;
    max-height: 154px;
    z-index: 2;
}
.view-box .mini-content .video-module .video-box .cover-img {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0);
    width: 100%;
    height: 100%;
    background: #000;
    filter: blur(10px);
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
}
.view-box .mini-content .video-module .video-box .vertical {
    height: 363px;
}
.view-box .mini-content .video-module .video-box.vertical img {
    max-width: 272px;
    max-height: 363px;
    -o-object-fit: cover;
    object-fit: cover;
}
.vip-tip {
    text-align: center;
    color: #999;
    font-size: 12px;
}

.view-box .mini-content .video-module .title {
    padding: 0 20px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    word-break: break-all;
}

.view-box .mini-content .audio-module .title {
    padding: 0 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    word-break: break-all;
}
.view-box .mini-content .audio-module dl {
    padding-top: 50px;
    text-align: center;
}
.view-box .mini-content .audio-module dl dd {
    color: #2578e3;
    font-size: 54px;
}
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}
.view-box .mini-content .audio-module dl dt {
    line-height: 1;
}
.view-box .mini-content .audio-module dl dt h3 {
    margin-top: 15px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
}
.view-box .mini-content .audio-module dl dt p {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
    font-weight: 400;
}
.view-box .mini-content .audio-module dl dt p {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
    font-weight: 400;
}
.view-box .mini-content .audio-module .process {
    position: relative;
}
.view-box .mini-content .audio-module .process .point {
    position: absolute;
    left: 30px;
    top: -5px;
    width: 14px;
    height: 14px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
    border-radius: 50%;
}
.view-box .mini-content .audio-module .process p {
    width: 240px;
    height: 4px;
    background: #eaeaea;
    margin: 0 auto auto;
    border-radius: 4px;
}
.view-box .mini-content .audio-module .process .end, .view-box .mini-content .audio-module .process .start {
    position: absolute;
    top: 16px;
    line-height: 12px;
    font-size: 12px;
    color: #999;
}
.view-box .mini-content .audio-module .process .start {
    left: 30px;
}
.view-box .mini-content .audio-module .process .end {
    right: 30px;
}

