.content-wrapper .btn{font-size:.9rem;}
.content-box .content .files .fa, .view-box .mini-content .file-module .single-file .fa{font-size: 40px;}
.fa-file-image:before, .fa-file-jpg:before, .fa-file-gif:before, .fa-file-png:before{color:#FBC423;}
.fa-file-doc:before, .fa-file-docx:before, .fa-file-dot:before, .fa-file-dotx:before{color: #185ABD;}
.fa-file-ppt:before, .fa-file-pptx:before, .fa-file-pot:before, .fa-file-potx:before{color:#C43E1C;}
.fa-file-xls:before, .fa-file-xlsx:before, .fa-file-xlt:before, .fa-file-xltx:before, .fa-file-csv:before{color:#107C41;}
.fa-file-zip:before, .fa-file-rar:before, .fa-file-7z:before, .fa-file-tar:before, .fa-file-gz:before{color:#2C317E;}
.fa-file-pdf{color:#EA0012;}
.fa-file-wps:before, .fa-file-wpt:before, .fa-file-et:before, .fa-file-ett:before, .fa-file-dps:before, .fa-file-dpt:before{color:#d20029;}
.fa-file-ofd:before{color:#378dff;}
.fa-file-txt:before, .fa-file-rtf:before{color:#7DC4D4;}
.fa-file-default{color: #999;}

@media (max-width: 575.98px) {
.tmpl-list{grid-template-columns:repeat(1, 1fr);}
}




/*下面是上传的样式表*/
.content-box {
    position: relative;
}
.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;
}
.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;
}
.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: 0 auto auto;
    height: 53px;
}
.content-box .content .files .file h3 {
    height: 14px;
    margin: 10px auto 0;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 2px;
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-box .content .files .file p {
    height: 14px;
    margin-top: 10px;
    line-height: 12px;
    font-size: 12px;
    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;
}
.qrcode-box{
	width: 310px;
	margin: 0 auto;
}

.view-box {
    width: 310px;
	margin: 0 auto;
    min-height: 540px;
}
.view-box div, h3, p, 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;
}

.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;
    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-top: 14px;
    line-height: 14px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.content-box .content .files .file p {
    height: 14px;
    margin-top: 10px;
    line-height: 12px;
    font-size: 12px;
    color: #999;
}
.content-box .content .files .file h3 {
    height: 14px;
    margin-top: 10px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
}
.content-box .content .files .file img {
    display: block;
    margin: 0 auto auto;
    height: 53px;
}
.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: 0 10px;
    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;
}

.view-box .mini-content .file-module .files-box .file {
	padding:10px 5px;
    border-bottom: 1px solid #e7e7e7;
}
.view-box .mini-content .file-module .files-box .file .fa:before{font-size:36px;}
.view-box .mini-content .file-module .files-box dl {
    position: relative;
    display: flex;
    align-items: center;
}
.view-box .mini-content .file-module .files-box dd{margin-right: 10px;}
.view-box .mini-content .file-module .files-box dl dt h4 {
    height: 20px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}
.view-box .mini-content .file-module .files-box dl dt p {
    margin-top: 5px;
    margin-bottom: 0;
    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;
}

.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;
}
.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 .btn {
    width: 7rem;
}

.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;
}

.page-file .intro-box {
    padding: 80px 0;
    background: #fff;
}
.page-file .intro-box h1, .page-file .intro-box h2, .page-file .intro-box h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333;
}
.page-file .intro-box p {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.page-file .intro-box .intro {
    margin: 64px auto auto;
    width: 1000px;
}

.page-file .intro-box .intro .txt {
    float: left;
}
.page-file .intro-box .intro h3 {
    padding: 60px 0 22px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}
.page-file .intro-box .intro p {
    margin-top: 0;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
}
.page-file .intro-box .intro .el-button {
    margin-top: 40px;
    width: 124px;
    height: 40px;
    font-size: 16px;
}
.page-file .intro-box .intro .img {
    float: right;
}
.page-file .intro-box .intro .img img {
    width: 572px;
}
.page-file .intro-box .intro:after {
    content: "";
    display: table;
    clear: both;
}
article,section {
    display: block;
}
.page-file .mod-box {
    padding: 80px 0;
}
.page-file .mod-box .title {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.page-file .mod-box p {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-file .se-box {
    margin: 20px auto auto;
    padding: 20px 0;
    width: 1084px;
}
.page-file .se-box:after {
    content: "";
    display: table;
    clear: both;
}

.page-file .se-box li {
    float: left;
    margin-top: 16px;
    padding: 28px 12px;
    margin-right: 30px;
    width: 248px;
    background: #fcfcfc;
    border: 1px solid #efefef;
    border-radius: 4px;
    line-height: 1.3;
    cursor: pointer;
}
.page-file .se-box li:nth-child(4n) {
    margin-right: 0;
}
.page-file .se-box li h3 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.page-file .se-box li p {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.page-file .mod-box .el-button {
    margin-top: 12px;
    height: 36px;
    font-size: 15px;
}

.page-file .table-box {
    padding: 75px 0;
    background: #f9f9f9;
}
.page-file .table-box table {
    width: 1100px;
    text-align: left;
    border-color: #e1e1e1;
    border-collapse: collapse;
    border-radius: 0 0 4px 4px;
    color: #333;
    overflow: hidden;
}
.page-file .table-box .table {
    margin: 0 auto auto;
    width: 1100px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.page-file .table-box caption {
    display: table-caption;
    text-align: -webkit-center;
    unicode-bidi: isolate;
    caption-side: top;
    padding: 24px 0;
    font-size: 32px;
    font-weight: 500;
}
.page-file .table-box table th {
    font-weight: 500;
    font-size: 18px;
}
.page-file .table-box table td, .page-file .table-box table th {
    padding: 14px 20px;
}
.page-file .table-box table td {
    color: #666;
}
.page-file .table-box table td h3, .page-file .table-box table td h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}
.page-file .fqa-mod {
    padding-top: 50px;
    background: #fff;
}
.page-file .fqa-box {
    width: 1200px;
    margin: 0 auto auto;
    padding-bottom: 100px;
}

.page-file .fqa-box h2, .page-file .fqa-box h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #333;
}
.page-file .fqa-box .box .el-row {
    padding: 0 60px;
    margin-top: 60px;
    box-sizing:border-box
}
.el-row:after, .el-row:before {
    display: table;
}
.el-col-12 {
    width: 50%;
}
[class*=el-col-] {
    float: left;
    box-sizing: border-box;
}
.page-file .fqa-box .box h3 {
    margin-bottom: 24px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.page-file .fqa-box .box .p, .page-file .fqa-box .box p {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
}
.page-file .fqa-box .box .p span, .page-file .fqa-box .box p span {
    color: #333;
    font-weight: 700;
}
.fqa-box:after{
    clear:both;
}
.components-skills {
    padding: 80px 0;
    color: #333;
    background: #f9f9f9;
}
.components-skills {
    padding: 80px 0;
    color: #333;
    background: #f9f9f9;
}
.components-skills .btn {
    display: block;
    margin: 50px auto auto;
    width: 120px;
    height: 36px;
    background: hsla(0,0%,100%,0);
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #777;
    line-height: 34px;
    text-align: center;
    transition: all .3s;
}
.components-skills .time {
    width: 140px;
}
.components-skills .time img {
    display: block;
    width: 140px;
    height: 100px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}
.components-skills .skill-con {
    position: relative;
    max-width: 350px;
    min-width: 350px;
    margin-left: 24px;
}
.components-skills .skill-con h3 {
    padding-top: 2px;
    font-size: 20px;
    font-weight: 600;
    max-width: 410px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.components-skills .skill-con .desc {
    margin-top: 16px;
    max-width: 450px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}