.eContainer{
    /*padding:10px 15px !important;*/
    /*margin-bottom: 70px;*/
}
/*#bchcodCombobox{*/
/*    width: 400px*/
/*}*/
.top {
    /*position: fixed;*/
    bottom: 0;
    text-align: right;
}
.moredetails-show{
    text-align: center
}
.font_style {
    font-weight: 900;
    padding-left: 10px;
    padding-top: 10px;
}

textarea {
    width: 80% !important;
    box-sizing: border-box;
    height: 80px;
}

.be-center {
    position: relative;
    top:5px;
    text-align: center
}

#submit {
    margin-right: 100px;
}

.ebutton {
    margin: 0px 4px !important;
}

.title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}


.div {
    padding: 10px 100px !important;
}

.form-label-long100, .form-label-long120 {
    text-align: right !important;
}


.p1 {
    padding-bottom: 0px !important;
}
.bchcodCss {
    width: 400px !important;
}


.banner{
    width: 100%;
    height: 688px;
    position: relative;
    /*margin: 10px 0;*/
}

.banner > ul{
    width: 100%;
    height: 100%;
    position: relative;
}

.banner > ul > li{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    opacity: 0;
}

.banner > ul >li.active{
    opacity: 1;
}


.edit{
    color:#279AFF !important;
}
.delete {
    color: #FF4542 !important;
}

.searchfont{
    margin-left: 16px;
    font-size: 14px;
    color: #3B81E5;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}

.result-table {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}
.curant{
    font-size: 12px;
    color: #767A8B;
    font-weight: 400;
}
.mxinf{
    float:left;
    margin-top:13px;
    /*font-family: PingFangSC-Semibold;*/
    font-size: 16px;
    color: #242933;
    line-height: 24px;
    font-weight: 600;
}
.upload-file-box {
    display: inline-block;
    height: 80px;
    width: 80px;
    border: 1px solid #DCDEE0;
    border-radius: 4px;
    text-align: center;
}
.upload-file-box .file-icon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 10px auto 10px;
    background: url("../../../static/images/standard/pdf.png") no-repeat;
}
.upload-file-box .file-btn {
    color: #279AFF;
    font-size: 12px;
}
