﻿/*上传样式*/
.upload-box
{
    display: block;
    width: 160px;
    height: 40px;
    text-align: center;
    margin: 25px auto 0 auto;
    line-height: 40px;
    font-size: 18px;
    color: #ff4467;
    border: 1px solid #FF4467;
    border-radius: 5px;
}
.upload-box .upload-btn
{
    display: inline-block;
    width: 160px;
    height: 40px;
    zoom: 1;
}
.upload-box .upload-progress
{
    display: none;
}
.upload-box .upload-btn input[type=file]
{
    width: 160px;
    height: 40px;
    opacity: 0;
}
.layui-layer-content .progress-bar-text, .layui-layer-content .progress-bar-size, .layui-layer-content .progress-bar-time, .layui-layer-content .progress-bar-length
{
    width: 85%;
    padding: 0 0 0 8%;
    line-height: 24px;
    height: 24px;
}
.layui-layer-content .progress-bar-text
{
    padding-top: 3%;
}
.layui-layer-content .progress-bar-text span, .layui-layer-content .progress-bar-size span, .layui-layer-content .progress-bar-time span, .layui-layer-content .progress-bar-length span
{
    line-height: 24px;
    height: 24px;
}
.layui-layer-content .progress-striped
{
    height: 24px;
    width: 100%;
    border: 1px solid #000;
}
.layui-layer-content .progress-bar
{
    height: 24px;
    background: #0f7094;
}
