<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*creat ppt*/
.new_headImg {
    width: 1200px !important;
}

.newppt_info {
    width: 1200px !important;
    height: auto !important;
    padding-bottom: 20px; 
}

.new_headImg{ 
    background: url("../../img/ppt/pptAddInfo.png") no-repeat left center;
}
.beforeTxt {
    margin-left: 395px !important;
    border: 1px solid black;
    background-color: transparent;
    height: 57px;
    width: 435px;
    font-size: 26px;
    line-height: 57px;
    text-align: center;
}

.TBox {
    height: 25px;
    line-height: 25px;
}

.TBox span {
    float: left;
    width: 10px;
    display: inline-block;
    color: white;
}

.TBox input {
    border: 1px solid black;
    margin-top: 0px !important;
    margin-left: 5px !important;
    background-color: transparent;
    height: 25px;
    line-height: 25px;
}

#baffle {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:999;
    display:none;
    background-color:white;
    opacity:0.7;
}
body {
    position:relative;
}
.beforeImg {
    height:651px!important;
    float:left;
    margin-left: 18px !important;
    width: 1158px !important;
    background-size:cover;
    background-repeat: no-repeat;
}

.nextImg {
    background-color: #fff;
    height:653px!important;
    float:left;
    width: 1158px !important;
    margin-left: 18px !important;
}
.txt0{
    color:#000000    !important;

}


.TBox label {
    color: #000000    !important;
    width: 50px;
    text-align:right;
}
.exportBtn{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    background: #B70005;
    cursor: pointer;
    font-size: 14px;
}</pre></body></html>