/*Upload documentsPage面*/

.g-tip-txt p {
    line-height: 22px;
}

.upload {
    margin: 10px auto 20px;
}

.upload .item {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f7f6f6;
    margin-bottom: 15px;
}

.upload .row {}

.upload i {
    color: red;
}

.hide {
    display: none;
}

.upload .row-hd {
    background: #e7e7e5;
    padding: 17PX 0PX;
    line-height: 15px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.upload .row-bd {
    border-top: 1px solid #cccccc;
    overflow: hidden;
}

.upload .m-form-name {
    width: 50%;
    float: left;
    height: 100%;
    font-size: 16px;
    display: table-cell;
}

.upload .m-form-tip {
    width: 30%;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 13PX;
    color: #999;
}

.upload .col-set {
    min-width: 100px;
    float: right;
    height: 100%;
    text-align: right;
    margin-right: 10px;
    display: table-cell;
}

.iconbtn i {
    font-family: 'iconfont';
    font-size: 18px;
    font-style: normal;
    color: #fff;
    display: inline !important;
    float: left !important;
}

.upload .col-set .iconbtn {
    background: #990000;
    color: #fff;
    padding: 7px 10px;
    border-radius: 3px;
    cursor: pointer;
    width: 78px;
}

.upload .row-hd .iconbtn {
    background: #339966 !important;
    display: block;
    float: right;
    width: auto !important;
}

.upload .row-hd .iconbtn i {
    padding-right: 5px;
}

.upload .m-form-name label {
    font-weight: bold;
    /* display: flex; */
}

.upload .m-form-name label span {
    font-weight: bold;
    display: flex;
}

.upload .row-hd .m-form-name {
    padding-left: 10px;
    display: table-cell;
    width: auto;
}

.upload .row-hd .m-form-name span {
    display: block;
    font-size: 12px;
    color: #999;
    padding-left: 10px;
    padding-top: 7px;
}

.upload .row-hd .col-set {
    float: none;
    margin: 0px;
    padding-right: 10px;
    vertical-align: middle;
}

.upload .row-hd .col-set p {
    padding: 0px 0px 0px 10px;
    float: right;
    overflow: hidden;
}

.upload .col-set .lv-bg {
    background: #02bb48;
    display: inline;
}

.upload .row-bd label {
    font-size: 13px;
    font-weight: normal;
    white-space: normal;
    word-break: break-all;
    display: block;
}

.upload .row-bd .m-form-name {
    border-right: 1px solid #ccc;
    float: none;
    /* width: 0%; */
    *width: 65%;
}

.upload .row-bd .col-time {
    border-right: 1px solid #ccc;
    width: 120px;
    float: none;
    text-align: center;
}

.upload .row-bd .m-form-tip {
    border-right: 1px solid #ccc;
    width: 120px;
    float: none;
}

.upload .row-bd .col-set {
    float: none;
    width: 100px;
    text-align: center;
}

.upload table {
    width: 100%;
    border-collapse: collapse;
    *border: 1px solid #ccc;
}

.upload table tr:hover {
    background: #f9f7e3;
}

.upload table td {
    padding: 5px 10px;
    *border: 1px solid #ccc;
}

.upload table .wait {
    color: #B58800;
}

.upload table .wait label {
    color: #B58800;
}

.upload table .wait .iconbtn {
    background: #B58800 !important;
}

.upload table .pass label {
    color: #339966;
}

.upload table .pass td {
    color: #339966;
}

.upload table .pass td label {
    color: #339966;
}

.upload table .pass .iconbtn {
    background: #339966 !important;
}

.upload table .error {
    color: #a71e24 !important;
}

.upload table .error td {
    color: #a71e24;
}

.upload table .error label {
    color: #a71e24;
}

.upload table .error .iconbtn {
    background: #a71e24 !important;
}

.upload table .iconbtn {
    display: inline-block;
    margin: 5px 0px !important;
    padding: 4px 8px !important;
}

.upload .g-phone,
.upload .g-ipad {
    display: none !important;
}

.upimg {}

.code-img {
    position: absolute;
    right: 100px;
    top: 0;
    height: 290px;
    width: 230px;
    margin-top: -80px;
    text-align: center;
    padding: 10px 10px 0px;
    background: #DA2027;
    color: #000;
    visibility: hidden;
}

.inner-text {
    height: 40px;
    line-height: 40px;
}

#qrcode {
    position: relative;
    background: #fff;
    padding: 10px 0;
}

#qrcode .code-center-img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 99;
    border-radius: 4px;
}

.inner-text .center-img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}

@media screen and (max-width: 480px) {
    .qr-hover-box {
        display: none !important;
    }
}

.qr-hover-box {
    width: 80px;
    height: 108px;
    position: fixed;
    right: 10px;
    bottom: 20%;
    text-align: center;
    background: #DA2027;
    display: table;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
}

.qr-hover-box:hover {
    overflow: visible;
}

.qr-hover-box:hover .code-img {
    visibility: visible;
}

.qr-hover-box>.out {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.qr-hover-box>.out span,
.inner-text span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-top: 4px;
}

.up-tishi {
    clear: both;
    padding: 5px 0px;
    margin-left: 20px;
    line-height: 16px;
}

.up-tishi img {
    margin-left: -20px;
    float: left;
}

.as-mid {
    display: none !important;
}


/*for ipad 768*/

@media screen and (max-width:768px) {
    .as-mid {
        display: block !important;
    }

    .as-max {
        display: none !important;
    }
}


/*for phone 640*/

@media screen and (max-width:640px) {

    /*上传资料页面*/
    .upload .item {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row-hd .m-form-tip {
        display: none;
    }

    .upload .row-hd {
        position: relative;
    }

    .upload .row-hd .m-form-name {
        width: auto;
        box-sizing: border-box;
    }

    .upload .row-hd .col-set {
        right: 0px;
    }

    .upload .row-bd .m-form-tip {
        width: 70px;
    }

    .upload .row-bd .col-set {
        width: 80px;
    }

    .upload .row-bd .col-time {
        display: none;
    }

    .upload .g-phone {
        display: inline-block !important;
    }

    .upload .g-phone-none {
        display: none !important;
    }
}