.content-wrapper .btn{font-size:.9rem;}

@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: 180px;
    overflow-x: auto;
	overflow-y: hidden;
    white-space: nowrap;
}
.dragger {
    display: inline-block;
}
.content-box .content .files {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 155px;
    height: 155px;
    background: #fcfcfc;
    border: 1px solid #e7e7e7;
	border-radius: 5px;
}
.content-box .content .files .file {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.content-box .content .files .file .icon-close {
    display: none;
    position: absolute;
    top: -10px;
    right: 5px;
    z-index: 100;
    width: 1.2rem;
    height: 1.2rem;
    border: none;
    outline: none;
    font-size: 10px;
    line-height: 1.2rem;
    color: #fff;
    background: #333;
    border-radius: 0.2rem;
    font-weight: 200;
    text-align: center;
    cursor: pointer;
}
.content-box .content .files .file img {
    display: block;
    margin: 10px auto;
    height: 60px;
}
.content-box .content .files .file h3 {
    height: 14px;
    margin-top: 10px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 2px;
    width: 138px;
    overflow: hidden;
}
.content-box .content .files .file p {
	margin-bottom: 0;
    font-size: 12px;
	line-height: 20px;
    color: #999;
}

.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;
}

.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;
}

.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 .img-module{padding:0 10px;}
.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;
}

.view-box .mini-content .img-module img {
    display: block;
    margin: 0 auto auto;
}
.view-box .mini-content .img-module .margin {
    margin-bottom: 8px;
}
.view-box .mini-content .img-module .full img {
    width: 100%;
    border-radius: 0;
}

.no-data img {
    display: block;
    margin: 0 auto;
    width: 290px;
}
.content-box .content .add-btn {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 155px;
    height: 155px;
    background: #fcfcfc;
    border: 1px solid #e7e7e7;
	border-radius: 5px;
    cursor: pointer;
}
.content-box .content .add-btn .add {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.content-box .content .add-btn .icon {
    font-size: 28px;
    color: #666;
}
.content-box .content .add-btn p {
	margin-bottom:0;
    font-weight: 400;
    color: #666;
}

.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;
}

.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 .files-box {
    margin: 30px auto auto;
    padding: 16px;
    width: 272px;
    background: #fcfcfc;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}

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;
}

.view-box .mini-content .file-module .files-box .file {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7e7e7;
}
.view-box .mini-content .file-module .files-box dl {
    position: relative;
    padding-left: 45px;
}
.view-box .mini-content .file-module .files-box dl dd {
    float: left;
}
.view-box .mini-content .file-module .files-box dl dt {
    float: left;
    width: 200px;
}
.view-box .mini-content .file-module .files-box dl dt h4 {
    padding-top: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    word-wrap: break-word;
    word-break: normal;
}
.view-box .mini-content .file-module .files-box dl dt p {
    margin-top: 5px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}
.view-box .mini-content .file-module .files-box dl:after {
    content: "";
    display: table;
    clear: both;
}
.view-box .mini-content .file-module .files-box img {
    position: absolute;
    left: 0;
    top: 50%;
    height: 38px;
    transform: translateY(-50%);
}

.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;
}
.view-box {
    width: 310px;
	margin: 0 auto;
    min-height: 540px;
}
.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;
}
