body {
    font-family: Microsoft YaHei UI,Microsoft YaHei,PingFang SC,Helvetica Neue,Hiragino Sans GB,Noto Sans,Tahoma,Arial,simsun,"sans-serif";
}
.content {
    padding-bottom: 80px;
}
.logo h1 {
    background: url(../images/logo.png) no-repeat left;
    background-size: 20px 20px;
}
.hl {
    color: #ed5547;
}

.title {
    margin-bottom: 20px;
}
.title h3 {
    font-size: 22px;
}
.sub_title {
    margin-top: 20px;
    overflow: hidden;
}

.sub_title span {
    display: inline-block;
    vertical-align: middle;
}

.sub_title .tag {
    line-height: 32px;
    padding: 0 16px;
    background: #00a65a;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 16px;
    margin-left: 12px;
}

.tips {
    color: #00a157;
}

.up_tips {
    text-align: center;
    margin-top: 12px;
    color: #00a157;
    font-size: 15px;
}

.cp_appid_btn {
    margin-left: 10px;
    color: #007bff !important;
    font-size: 14px;
}

.file_title {
    margin-bottom: 8px;
    font-weight: 600;
}

.file_upload {
    background: #FFFFFF;
    height: 240px;
    border: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload_inner:hover {
    cursor: pointer;
}

.upload_inner {
    /*height: 100%;*/
}

.file_code {
    height: 240px;
    background: #FFFFFF;
    border-radius: 4px;
}

.upload_icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 20px;
}

.upload_tips {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-bottom: 3px;
}

.upload_tips.second {
    font-size: 12px;
}

.code_tips {
    position: absolute;
    top: 50%;
    line-height: 20px;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #dddddd;
}
.upload {
    margin-top: 60px;
}
.upload_btn {
    width: 160px;
    padding: 0;
    line-height: 40px;
    margin: 0 auto;
}


.record_item {
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px rgb(0 0 0 / 8%);
    transition: 0.2s all ease;
    cursor: zoom-in;
    margin-bottom: 12px;
}

.record_detail {
    display: flex;
    align-items: center;
    position: relative;
}

.record_item:hover {
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%);
}

.sub_list {
    margin-top: 16px;
}

.sub_item {
    padding: 16px 0;
    margin-left: 92px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    border-top: 1px solid #eeeeee;
}

.sub_item:last-child {
    border-bottom: 1px solid #eeeeee;
}

.file_qr_code {
    width: 80px;
    height: 80px;
}

.sub_list .file_qr_code {
    width: 40px;
    height: 40px;
}

.file_info {
    margin-left: 12px;
}

.f_name {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.f_size {
    font-size: 13px;
    color: #bbbbbb;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.f_text {
    width: 130px;
}

@media (max-width: 1000px) {
    .record {
        width: 100%;
        flex: unset;
        max-width: 100%;
    }
}

.file_btns {
    margin-left: auto;
    /*display: flex;*/
}

.file_btns>a {
    margin: 0 20px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    /*font-weight: 300;*/
}

.page_detail {
    margin-top: 20px;
}

.temp_list {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
}

.temp_item {
    white-space: nowrap;
    width: 140px;
    height: 160px;
    border: 1px dashed #eeeeee;
    margin: 0 10px;
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.add_file_btn {
    background: #f8f8f8;
}

.plus {
    font-size: 40px;
    margin-top: 14px;
}

.temp_icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.temp_name {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

.name_first {
    max-width: 50px;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.temp_size {
    text-align: center;
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 4px;
}

.add_file_text {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.page_detail .num_info {
    font-weight: 400;
}