﻿.uploader {
    position: absolute;
    /*width: 54%;
    height: 8rem;
    left: 23%;
    height: 100%;*/
    cursor: default;
    /*float: left;*/
}
.filename {
    position: absolute;
    outline: 0 none;
    line-height: 1.5rem;
    font-size: 1.5rem;
    color: #999;
    width: 100%;
    margin: 0;
    overflow: hidden;
    cursor: default;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    top: 9.2rem;
    text-align: center;
}
.license {
    position: relative;
    width: 50px;
    display: inline-block;
    /*background: #18b4ed;*/
    height: 50px;
        top: -17px;
    /*left: 50%;
    margin-left: -4rem;*/
}
.license >img {
    width: 50px;
    height: 50px;
    /*margin-left: 1.5rem;
    margin-top: 1.92rem;*/
}
.uploader input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: solid 1px #ddd;
    opacity: 0; top: -17px;
}
button, input {
    line-height: normal;
}
.yulan {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 100%;
    background: #000;
    z-index: 99999999;
}

.yulan #img0 {
    display: inline-block;
    max-width: 90%;
    line-height: 100%;
    max-height: 90%;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    position: absolute;
}

.enter {
    position: absolute;
    height: 10%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.enter .btn-2, .enter .btn-3 {
    border: 0;
    outline: none;
       background: #fff;
    color: #333333;
    height: 100%;
    width: 8rem;
    font-size: 2rem;
}

.enter .btn-2, .enter .btn-3 {
    border: 0;
    outline: none;
    color: #333;
    height: 100%;
    width: 12rem;
    height: 100%;
    font-size: 2rem;
}




