body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div {
    position: relative;
}

.showLince {
    width: 690px;
    height: 550px;
    margin: 10px auto;
    display: none;
}

.leftEwm {
    width: 160px;
    height: calc(100% - 20px);
    float: left;
    padding: 10px;
}

.rightOper {
    width: calc(100% - 200px);
    height: 100%;
    float: right;
}

.imgs {
    width: 140px;
    height: 140px;
    margin: 10px 10px 0px 10px;
}

.imgsAbout {
    width: 160px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    text-align: center;
    word-break: break-all;
}

.operTxt {
    width: calc(100% - 20px);
    height: calc(100% - 90px);
    padding: 10px;
}

.text {
    width: 100%;
    height: 40px;
    float: left;
    line-height: 40px;
    color: #666;
    font-size: 15px;
}

.operTxt .text:first-child {
    height: 45px;
    margin-bottom: 15px;
}

.text span {
    display: inline-block;
    float: left;
    padding: 3px 5px;
}

.text span:first-child.tip {
    width: auto;
    text-align: left;
}

.text span:last-child.value {
    width: auto;
    text-align: left;
}

.title {
    width: 100%;
    height: 45px;
    /* line-height: 45px; */
    font-size: 24px;
    font-weight: 500;
    color: #222;
}

.colorRed {
    font-weight: bold;
    color: red;
}

.operTxt .text:last-child span {
    color: #999 !important;
    font-size: 10px !important;
    line-height: 30px;
    padding-top: 40px;
}

.operBtn {
    width: calc(100% - 20px);
    height: 40px;
    padding: 10px;
}

.uploadTxt {
    width: calc(100% - 10px);
    position: absolute;
    left: 0;
}

.uploadbtn {
    border: 1px solid #777;
    padding: 2px 10px;
    height: 29px;
    line-height: 29px;
    float: left;
    font-size: 16px;
    margin: 5px;
    border-radius: 5px;
    color: #777;
    width: 100px;
}

.upselectTxt {
    width: calc(100% - 130px);
    position: absolute;
    left: 135px;
    top: 0;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.leftupload {
    width: calc(100% - 120px);
    float: left;
    position: relative;
}

.uploadbtn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    height: 29px;
}

.rightupdate {
    background-color: #5087e5;
    color: #fff;
    text-align: center;
    line-height: 35px;
    width: 100px;
    height: 35px;
    border-radius: 5px;
    float: right;
    font-size: 16px;
    margin: 5px;
}
.loud{
    width: 140px;
    height: 175px;
    display: none;
    position: absolute;
    bottom: 10px;
    padding: 3px 5px;
}
.loud h3{
    font-size: 16px;
    font-weight: normal;
    color: #0D64A3;
    border-left: 2px solid #0D64A3;
    padding-left: 10px;
    margin: 5px 0 15px 0;
}
.loud_l {
    width: 100%;
    height: 40px;
    float: left;
}

.loud_l input{
    width: 100%;
    height: 25px !important;
    font-size: 13px !important;
    border: none !important;
    border-bottom: 1px solid #999 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    font-weight: normal !important;

    float: left;
}
.loud_l button {
    width: 100%;
    height: 30px;
    background: none;
    border: 1px solid #aaa;
    color: #777;
    margin: 5px 0;
}
.operTxt .title{
    background: #fff !important;
}