
.manager {
    width: 500px;
  margin-bottom: 80px;
}
.manager input{
    border: none;
    outline:none;
}
.manager .tit {
    font-size: 24px;
    color: #000000;
    margin-bottom: 10px;

}

.manager .manager_con p {
    line-height: 54px;
    border-bottom: 1px solid #ccc;
}

.manager .manager_con input {
    font-size: 16px;
    line-height: 36px;
    width: 420px;
    padding-left: 10px;
}
.manager .manager_con div{
    overflow: hidden;
    
}
.manager .manager_con span {
    display: inline;
}

.manager .manager_con textarea {
    width: 100px;
    margin-left: 10px;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 420px;
    font-size: 16px;
    border: 0;
    outline: none;
    float: left;
    font-family: "Arial 微软雅黑"
    
}

.manager .manager_con div {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.manager .manager_con div span {
    font-size: 14px;
    padding-top: 10px;
    display: block;
    float: left;
    
}

.manager .manager_con .sub {
    width: 178px;
    background-color:#ccc;
    margin: 0 auto;
    padding-left: 0;
    color: #fff;
    margin-left: 206px;
    margin-top: 32px;
    cursor: pointer;
}
.manager .manager_con .sub:hover{
    background-color: #ed1b23;
}
.manager .manager_con .input_1{
    width: 488px;
}
.manager .manager_con .input_2{
    width: 448px;
}
.manager .manager_con .text{
    width: 486px;
}


.messtitle{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: red;
}

.ss_form_group{
    padding-top: 1%;
   font-size:16px;
   text-align: center;
   
}
.ss_page_bannpic{
    width:100%;
  margin-bottom: 2%;
}
.ss-button{
  padding:0 10px;
  line-height:26px;
}
.ss_member_login_center{
  margin-bottom: 4%;
}


/*文件上传*/

span.input-group-btn a{
    
        color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.floatBox {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 5px;
    outline: 0;
    position: fixed;
    z-index: 1599;
    height: auto;
    display: block;
}

.floatBox #headtitle {
    width: 100%;
    padding: 8px 0px;
    background-color: #00B0FF;
    webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    cursor: move;
    position: relative;
}
.floatBox #headtitle .title {
    white-space: nowrap;
    width: 80%;
    color: #fff;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.floatBox .content {
    display: block;
    width: auto;
    min-height: 29px;
    max-height: none;
    height: auto;
    padding: 0px 0px 5px 0px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.panel-body {
    padding: 10px;
    margin: 0px;
}
.form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    margin-top: 1%;
}

label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.webuploader-container {
    position: relative;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    outline: 0px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}

.espcms_content_ul_list li {
    padding: 0px 0px 5px 0px;
    margin: 0 0 0 20px;
    list-style: decimal;
    font-size: 12px;
    color: #798991;
}



#espcms_upload{ 
    width: 75%;
position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;

}
.espcms_uploadPicList {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.espcms_uploadPicList li {
    width: 110px;
    height: 110px;
    background-color: rgb(240, 240, 240);
    text-align: center;
    position: relative;
    float: left;
    margin: 5px 5px 0px 0px;
    border-radius: 4px;
}

.espcms_uploadPicList li p.uploadimgWrap {
    position: relative;
    z-index: 2;
    line-height: 110px;
    vertical-align: middle;
    width: 110px;
    height: 110px;
    top: 0px;
    left: 0px;
    overflow: hidden;
    border-radius: 4px;
}
.espcms_uploadPicList li p.uploadprogress {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 8px;
    line-height: 8px;
    z-index: 50;
    font-size: 12px;
}
.espcms_uploadPicList .upload_file_panel span {
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden;
    background: url(../images/public/icons.png) no-repeat;
    margin: 5px 1px 1px;
}
input[type="file"] {
    display: block;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.webuploader-element-invisible {
    position: absolute !important;
    /*clip: rect(1px 1px 1px 1px);*/
    clip: rect(1px,1px,1px,1px);
}

.espcms_uploadPicList li p.uploadtitle {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    top: 5px;
    text-align: left;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.espcms_uploadPicList li p {
    padding: 0px;
    margin: 0px;
}
.espcms_uploadPicList li p.uploadloading {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba( 0, 0, 0, 0.3 );
    width: 110px;
    height: 110px;
    padding-top: 50px;
    text-align: center;
    z-index: 200;
    color: #fff;
    display: none;
}

.upload_file_panel {
    position: absolute;
    left: 0;
    top: 0px;
    background: rgba( 0, 0, 0, 0.5 );
    width: 100%;
    overflow: hidden;
    z-index: 300;
    font-size: 12px;
    height: 0px;
}
.espcms_uploadPicList .upload_file_panel span.cancel {
    background-position: -48px -24px;
}
