a{
    display: inline;
}
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    border: 1px solid #bbb;
    padding-bottom: 20px;
    position: relative;
    background: #f6f6f6;
}
.main_header{
    /*position: fixed;*/
    /*top: -1px;*/
    width: 100%;
    /*max-width: 1198px;*/
    /*z-index: 1;*/
    border-bottom: 1px solid #bbb;
    background: #fff;
    color: #333;
}
.main_logo{
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    float: left;
    /* width: 225px; */
    font-size: 16px;
}
.main_header_right ul{
    padding: 0 20px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
}
.main_header_right li{
    float: right;
}
.main_header_right li:first-child a{
    padding: 5px 16px;
    color: #fff;
    background: #0e86c9;
    border-radius: 4px;
}

.main_frame{
    /*position: relative;*/
    /*padding-top: 60px;*/
    width: 100%;
    /*max-width: 1198px;*/
    min-height: 100vh;
    background: #f6f6f6;
    display: flex;
}
.main_left{
    width: 225px;
    /*overflow: visible !important;*/
    /*position: fixed;*/
    /*height: 100% !important;*/
    /*z-index: 1;*/
    min-height: 100%;
    /*float:left;*/
}
.main_left ul{
    width: 100%;
    height: 100%;
    background: #3d3d3d
}
.main_left li{
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #5c5c5c;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
.main_left li a{
    color: #fff;
}

.main_left li.active{
    background: #f6f6f6;
    color: #0e86c9;
    border-bottom: 1px solid #bbbbbb;
}
.main_left li.active a{
    color: #0e86c9;
}

.main_right{
    /*float: left;*/
    /*margin-left: 225px;*/
    background: #f6f6f6;
    min-height: 100%;
    width: 100%;
}

.main_right_container{
    padding: 0 20px;
}

.main_right_title{
    height: 36px;
    line-height:  36px;
    margin: 12px 0;
}
.main_right_title p{
    font-size: 14px;
    padding: 5px 0;
    font-weight: 700;
}
.main_right_title p i{
    margin-right: 10px;
}
.right_table{
    min-height: 400px;
    border: 1px solid #bbb;
    background: #fff;
    padding: 10px 0 10px 0;
    border-radius: 8px;
    font-size: 14px;
    height:auto;

    .team_title{
        font-size: 24px;
        font-weight: 700;
        margin:30px;
    }
}
.table_form{
    margin: 15px 30px;
}
.table_form label{
    width: 120px;
    text-align: left;
}
.table_form input[type="text"], [type="file"], [type="password"]{
    border: 1px solid #ccc;
    height: auto;
    line-height: 1.428571429em;
    padding: 6px 12px;
    width: 242px;
}
.table_form input[type="checkbox"]{
    border: 1px solid #ccc;
    height: auto;
    line-height: 1.428571429em;
    padding: 6px 12px;
    width: 16px;
}
.table_form select{
    border: 1px solid #ccc;
    height: auto;
    line-height: 1.428571429em;
    padding: 6px 12px;
    width: 242px;
}
.table_form textarea{
    border: 1px solid #ccc;
    height: auto;
    line-height: 1.428571429em;
    padding: 6px 12px;
    width: 242px;
}
.table_form .formBtn{
    display: inline-block;
    vertical-align: middle;
    width: 122px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    background: #0e86c9;
    border: 1px solid #0e86c9;
    color: #fff;
    font-size: 12px;
    padding: 0;
    margin-right: 20px
}
.table_form .industry{
    width:160px;
}

/** ==============================wangEditor富文本编辑框样式===================================== **/
#editor—wrapper {
    border: 1px solid #ccc;
    z-index: 100; /* 按需定义 */
}
#toolbar-container {
    border-bottom: 1px solid #ccc;
}
#editor-container {
    height: 500px;
}
