/*common*/
.auto {
    margin: 0 auto;
}

.bd {
    border: 1px solid #000;
}

.texta {
    text-align: center;
}

.posa {
    position: absolute;
}

.posr {
    position: relative;
}

.lha {
    left: 50%;
}

.tha {
    top: 50%;
}

.cs {
    cursor: pointer;
}

.ex-ba-l {
    padding-bottom: 50px;
}
.w50{
    width:50px!important;
}
.w200{
    width:200px!important;
}
.w400{
    width:400px!important;
}
.mb0{
    margin-bottom:0;
}
.fts16{
    font-size:16px!important;
}


/*BACK-LOGIN*/
body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

#charts {
    width: 1000px;
    height: 500px;
    float: left;
}

.login-wrapper {
    width: 1000px;
    height: auto;
    margin: -330px 0 100px -500px;
    background: aliceblue;
    border-radius: 10px;
    background: url(../img/bg.jpg) no-repeat center;
}

.log-tit {
    height: 180px;
    line-height: 180px;
    font-size: 36px;
    font-weight: normal;
}

.log-main {
    /* background: #fff; */
    width: 100%;
    /* padding: 25px; */
    margin-bottom: 80px;
    box-sizing: border-box;
    overflow: hidden;
}

.choic-id {
    height: 50px;
    line-height: 32px;
    margin-bottom: 10px;
}

.choic-big-id {
    height: 250px;
    line-height: 232px;
    margin-bottom: 10px;
}

.intro {
    margin-right: 15px;
    height: 30px;
    width: 21%;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.intro-wide {
    margin-right: 15px;
    height: 30px;
    width: 41%;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.id-type {
    width: 60%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #666;
    margin: 5px 0 0 15px;
}

.form-line {
    color: #333;
    height: auto;
    overflow: hidden;
    /* height: 40px; */
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    clear: both;
}

.form-line span {
    /*text-align-last:justify;!* ie9*!
    text-align:justify;*/
    float: left;
    height: 30px;
    line-height: 30px;
    width: 20%;
    text-align: right;
    margin-right: 15px;
}

.form-line input {
    width: 60%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    color: #333 !important;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 16px;
}

.log-main .sub-btn {
    float: right;
    /* margin: 0 auto; */
    width: 60%;
    height: 35px;
    line-height: 23px;
    /* background: darkcyan; */
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border: none;
    display: block;
    outline: none;
    margin-right: 5px;
}

.choic-id select {
    /*margin:5px 0 0 0;*/
    border: 1px solid #ccc;
    height: 30px;
    margin: 0;
    padding-left: 0;
    font-size: 16px;
    color: #333;
}

.errmsg {
    height: 40px;
    color: #fb6b5b;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}

/*BACK-LOGIN*/

/*BACK-INDEX*/
.header {
    /*height:60px;
    line-height:60px;*/
    background: #e1e1e1;
    padding: 0 20px;
}

.header h3 {
    font-size: 22px;
    font-weight: bold;
}

.header span {
    font-size: 14px;
    margin-right: 20px;
}

.header a {
    font-size: 14px;
    color: darkgreen;
}

.cont-l {
    width: 20%;
    font-size: 18px;
    padding: 20px;
    box-sizing: border-box;
}

.cont-r {
    width: 98%;
    padding: 41px 50px 50px;
    height: 91%;
    box-sizing: border-box;
    position: relative;
}

.cont-r form {
    overflow: hidden;
}

.cont-r table {
    font-size: 14px;
    width: 100%;
    border: 1px solid #666;
}

.model-type span {
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.exten {
    background: url("../img/backsystem/add-icon.png") no-repeat center right;
    background-size: 20px;
}

.model-type ul {
    display: none;
}

.model-type li {
    text-indent: 1rem;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.cont-r p {
    line-height: 30px;
    font-size: 16px;
}

.add-expert {
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    background: url("../img/backsystem/add-icon.png") no-repeat center center;
    float: left;
    margin: 4px 0 0 10px;
    cursor: pointer;
}

.relat-hide select {
    border: 1px solid #666;
}

.btn-wrap-done p .add-expert {
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 10px;
    margin-left: 0;
}

/*BACK-INDEX*/

/*BACK-ORG-CHARGE*/
.search-block {
    line-height: 30px;
    height: 60px;
}

.search-blo a {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-right: 10px;
}

.search-slide select {
    width: 100px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #999;
    margin-right: 10px;
    font-size: 14px;
}

.search-slide .search-bar {
    width: 360px;
    height: 35px;
    /* overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;*/
}

.search-bar input {
    width: 350px;
    border: 1px solid #e1e1e1;
    color: #666;
    padding-left: 5px;
    left: 0;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    display:block!important;
    padding-right: 105px;
}

.search-bar span {
    width: auto;
    height: 22px;
    margin-top: 6px;
    margin-right: 6px;
    line-height: 22px;
    right: 10px;
    border: 1px solid #e1e1e1;
    padding: 0 30px;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    background: url("../img/backsystem/search.png") no-repeat 5px center;
}

.small-search-bar span {
    width: auto;
    height: 22px;
    margin-top: 6px;
    margin-right: 6px;
    line-height: 22px;
    right: 10px;
    border: 1px solid #e1e1e1;
    padding: 0 30px;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    background: url("../img/backsystem/search.png") no-repeat 5px center;
}

.org-charge, .org-charge tr, .org-charge td {
    border: 1px solid #666;
}

.org-charge td {
    padding: 0 4px;
    text-align: center;
    line-height: 34px;
    vertical-align: middle;
}

.org-charge td a {
    color: darkcyan;
    font-size: 14px;
    margin: 0 3px;
}

.org-charge thead {
    background: #e1e1e1;
}

.org-charge thead th {
    text-align: center;
    border: 1px solid #000;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

/*BACK-ORG-CHARGE*/

/*BACK-ORG-ADD   BACK-EXPERT-ADD*/
.org-line input {
    border: 1px solid #ccc;
    border-radius: 0;
}

.org-line-check div {
    height: 40px;
    line-height: 30px;
}

.org-line-check input {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    padding-left: 0;
}

.org-line-check b {
    margin: 0 20px 0 10px;
    float: left;
}

.save-btn {
    display: block;
    width: 20%;
    height: 40px;
    line-height:40px;
    background: darkcyan;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border: none;
    margin: 10px auto;
    cursor: pointer;
}

.form-line b {
    font-size: 16px;
}

/*BACK-ORG-ADD   BACK-EXPERT-ADD*/

/*BACK-ORG-EDIT*/
.elastic-layer, .elastic-layer2, .elastic-layer3,.elastic-layer4,.com-layer {
    position: fixed;
    width: 340px;
    height: 210px;
    margin-left: -170px;
    margin-top: -105px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 4px 6px 12px #999;
    display: none;
    z-index:9999;
}

.elastic-layer p, .elastic-layer2 p, .elastic-layer3 p,.elastic-layer4 p,.com-layer p {
    height: 50%;
    line-height: 105px;
    text-align: center;
    font-size: 18px;
}

.layer-t {
    border-bottom: 1px solid #d1d1d1;
}

.layer-l {
    border-right: 1px solid #d1d1d1;
}

.elastic-layer p span, .elastic-layer2 p span, .elastic-layer3 p span,.elastic-layer4 p span,.com-layer p span {
    display: inline-block;
    width: 48%;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}

/*BACK-ORG-EDIT*/

/*BACK-EXPERT-CHARGE*/
/*.search-blo a.rm-btn{
    background:brown;
}*/
/*BACK-EXPERT-CHARGE*/

/*BACK-ORG-EXPERT-EDIT*/
.org-line-check div .check-box {
    float: left;
    overflow: hidden;
    height: auto;
    width: 53%;
}

.check-box p {
    float: left;
}

.org-expert-edit {
    height: auto;
    overflow: hidden;
}

/*BACK-ORG-EXPERT-EDIT*/

/*BACK-EXPERT-EDIT*/
.expert-info-wrap {
    padding-top: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

.tabnav {
    text-align: center;
}

.tabnav ul {
    width: 100%;
    display: table;
    margin: 0 auto;
}

.tabnav li {
    margin-right: 1px;
    width: 7%;
    display: inline-block;
    height: 30px;
    border-radius: 21px 14px 0 0;
    box-shadow: 0px 12px 1px #395F86;
}

.tabnav ul a {
    border-radius: 5px 5px 0 0;
    height: 40px;
    display: block;
    background-color: steelblue;
    color: #fff;
    line-height: 40px;
}

.tabnav ul li.on a {
    background: indianred;
    box-shadow: 0 2px 1px #A53939;
}

.tabcon ul {
    padding: 50px 20px 20px 20px;
}

.tabcon ul li {
    display: none;
}

.tabcon ul li.on {
    display: block;
}

.tabcon span {
    /*text-align-last:justify;!* ie9*!
    text-align:justify;*/
}

.tabcon .form-line, .tabcon .form-line span {
    height: auto;
    line-height: 30px;
    overflow: hidden;
}

.tabcon .form-line input {
    height: 30px;
    line-height: 30px;
}

.save-wrap {
    margin: 20px 0;
    padding: 0 20px;
}

.learn-wrap span {
    font-weight: bold;
}

.learn tr {
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.learn tr td {
    position: relative;
    border: 1px solid #666;
}

.learn th {
    width: 1px;
    /*padding: 0 10px 0 0;*/
    font-weight: normal;
    border: 1px solid #666;
}

.learn td input {
    width: 80%;
    border: 1px solid #999;
    height: 20px;
    padding-left: 3px;
}

.learn td select {
    border: 1px solid #999;
}

.worked input {
    width: 60%;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
    margin-bottom: 10px;
    border: 1px solid #999;
}

.middt {
    margin-left: 12px;
}

.evaluate span {
    width: 28%;
}

.btn-wrap {
    overflow: hidden;
}

.btn-wrap-done .save-btn {
    float: none;
    margin: 50px auto;
}

/*BACK-EXPERT-EDIT*/

/*BACK-PAGE*/
.pageTest {
    left: 50%;
    width: 400px;
    height: 35px;
    position: absolute;
    bottom: 15px;
    margin-left: -200px;
}

.activP {
    background-color: #367fa9 !important;
    color: #fff !important;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagingUl li {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
}

.pagingUl li a {
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    padding: 0;
    background: #fafafa;
    color: #666;
    font-size: 12px;
    border: 1px solid #ddd;
}

.prv, .next {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.first, .last {
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.activP {
    color: #fff !important;
    background-color: #3fb4b5 !important;
    border-color: #3ba9a9 !important;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*BACK-PAGE*/

/*BACK-ADD*/
.layer-l a {
    display: block;
    width: 100%;
    height: 100%;
}

.add-org {
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #666;
    text-align: center;
    float: left;
    cursor: pointer;
}

.level-block.add-done-level {
    width: 80%;
    float: right;
    display: none;
}

.add-done-level div.add-cont {
    width: 200px;
    float: left;
    height: auto;
}

.add-done-level li {
    overflow: hidden;
}

.add-done-level li b {
    display: block;
    float: left;
}

.add-done-level input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    font-size: 16px;
}

.form-line label {
    position: relative;
}

.form-line label em {
    position: absolute;
    right: 10px;
}

.add-line select {
    border: 1px solid #ccc;
}

.form-line.org-add-spe input {
    float: left;
    width: 14%;
    margin: 0 1%;
}

.rm-stay input {
    width: 15px;
    height: 15px;
    float: left;
    margin: 8px 5px 0 0;
}

.rm-stay b {
    float: left;
}

.rm-stay label {
    display: inline-block;
    margin-right: 15px;
}

.level-block {
    overflow: hidden;
}

.level-block u {
    display: inline-block;
    width: 18px;
    cursor: pointer;
}

.level-block u img {
    width: 100%;
}

.level-block span {
    font-size: 16px;
    width: 60px;
}

.level-block2, .level-block3 {
    margin-left: 60px;
    display: none;
}

.depart-b select {
    width: 20%;
    margin-right: 10px;
}

.expert-add-line input {
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-size: 14px;
}

.add-ku {
    width: 60%;
}

.oth-info {
    margin-top: 30px;
}

.oth-info select {
    font-size: 14px;
    border: 1px solid #666;
}

.oth-info select.id-type {
    width: 30%;

}

.oth-info button {
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: darkcyan;
    color: #fff;
    border: 0;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}

.org-ad-edit-line select {
    width: 28.8%;
    margin-right: 20px;

}

.level-block b.add-extend, .level-block b.next-tip {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 5px;
    background: url("../img/backsystem/add-icon.png") no-repeat center;
    background-size: 25px;
}

.level-block b.next-tip {
    background: url("../img/backsystem/rig-extend.png") no-repeat center;
    background-size: 25px;
}

/*BACK-UP-PHOTO*/
.file_bar {
    margin: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    height: 0;
    padding: 0;
    opacity: 0.8;
    color: #fff;
    background: none repeat scroll 0 0 #000000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
}

.file_bar a {
    color: #FFFFFF;
    position: absolute;
    right: 10px;
}

.file_hover {
    height: 30px;
    cursor: pointer;
}

.upload_append_list {
    overflow: hidden;
    position: relative;
    width: 122px;
    float: left;
}

/*BACK-UP-PHOTO*/
#fileImage {
    border: none;
    width: 80px;
}

.uploadImg {
    width: 100%;
    height: 100%;
}

.upload_choose, .status_bar, .imgBox {
    float: left;
}

.imgBox, .upload_image {
    display: block;
    width: 100%;
    height: 100%;
}

.filePicker:hover {
    background: none repeat scroll 0 0 #00A2D4;
}

.file_bar {
    margin: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    height: 0;
    padding: 0;
    opacity: 0.8;
    color: #fff;
    background: none repeat scroll 0 0 #000000;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
}

.file_bar a {
    color: #FFFFFF;
    position: absolute;
    right: 10px;
}

.file_hover {
    height: 30px;
    cursor: pointer;
}

.file_del {
    background: url("../img/backsystem/delete_white.png") no-repeat scroll 0 0 transparent;
    width: 18px;
    height: 18px !important;
    display: inline;
    -moz-user-select: none;
    position: absolute;
    right: 3px;
    margin-top: 4px;
    margin-right: -5px !important;
}

.file_del:hover {
    background: url("../img/backsystem/delete_blue.png") no-repeat scroll 0 0 transparent;
}

.add-expert-hidd {
    width: 460px;
    height: 170px;
    padding: 10px;
    background: #fff;
    border: 1px solid #666;
    box-shadow: 3px 3px 5px #999;
    position: absolute;
    bottom: 200px;
    left: 50%;
    margin-left: -230px;
    display: none;
}

.add-expert-hidd span {
    display: block;
    text-align: right;
    height: 25px;
    cursor: pointer;
    line-height: 15px;
}

.savefix {
    margin: 28px auto 0;
    width: 120px;
    height: 35px;
    line-height: 35px;
    background: lightseagreen;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: block;
    cursor: pointer;
}

.add-expert-model {
    margin: 5px 0;
}

.adbtn, .rmbtn {
    cursor: pointer;
}

.layout-close {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.spe-ipt input {
    margin-top: 6px;
}

.expert-new-edit div select.id-type {
    /*margin:5px 0 0 0;*/
}

#demo input {
    border: none;
}

.add-expert-hidd button {
    display: block;
    margin: 30px auto 0;
}

.save-wrap-btn {
    display: block;
    margin: 30px auto 0;
}

.login-close {
    margin: 20px 20px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.add-org-newb {
    width: 100px;
    margin-top: 0;
}

.add-org-page label {
    width: 80%;
    margin: 0 auto 20px;
    height: 40px;
    display: block;
}

.add-org-page label span {
    width: 20%;
    float: left;
    margin-right: 20px;
}

.add-org-page label input {
    padding-left: 5px;
    width: 75%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    border-radius: 5px;
}

.choice-new label input {
    float: left;
    width: 20px;
    height: 20px;
    margin: 15px 3px 0 0;

}

.choice-new label span {
    float: left;
    width: auto;
}

.choice-new label span.user-t {
    width: 20%
}

.pass-new-btn {
    width: 300px;
    display: block;
    margin: 30px auto;
}

.spec-form {
    float: left;
}

.new-add-topic {
    border: 1px solid #999;
    width: 60%;
    height: 38px;
    line-height: 38px;
}

.new-relation {
    border-bottom: 1px solid #999;
}

.photo-img {
    border: 1px solid #999;
    float: left;
    width: 110px;
    height: 110px;
    padding: 2px;
}

.pass-fix-new {
    width: 200px;
    display: block;
    margin: 50px auto;
}

.relation-result {
    text-align: center;
    height: 100px;
    margin: 200px auto 30px;
    font-size: 24px;
    color: #666;
}

.relation-wrap {
    width: 500px;
    margin: 0 auto;
}

.relation-result span {
    color: #ff6600;
}

.relation-back-btn {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.choice-new span {
    line-height: 50px;
}

.crumbs-slide {
    width: 1000px;
    margin: 30px;
}

.colo-by-self {
    background-color: #428bca !important;
    border-color: #357ebd !important;
    color: #fff;
    margin-bottom: 20px;
}

.form-wrap {
    margin-top: 40px;
}

.form-wrap ul {
    width: 1000px;
    overflow: hidden;
    border: 1px dashed #e1e1e1;
    border-bottom: 0;
    border-right: 0;

}

.form-wrap ul li {
    border-bottom: 1px dashed #e1e1e1;
    float: left;
    width: 248px;
    height: 60px;
    border-right: 1px dashed #e1e1e1;
    padding: 5px 5px 5px 50px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.form-wrap ul li.index-bg01 {
    background-image: url("../img/backsystem/index-bg01.png");
}

.form-wrap ul li.index-bg02 {
    background-image: url("../img/backsystem/index-bg02.png");
}

.form-wrap ul li.index-bg03 {
    background-image: url("../img/backsystem/index-bg03.png");
}

.form-wrap ul li.index-bg04 {
    background-image: url("../img/backsystem/index-bg04.png");
}

.form-wrap ul li.index-bg05 {
    background-image: url("../img/backsystem/index-bg05.png");
}

.form-wrap ul li.index-bg06 {
    background-image: url("../img/backsystem/index-bg06.png");
}

.form-wrap ul li.index-bg07 {
    background-image: url("../img/backsystem/index-bg07.png");
}

.form-wrap ul li.index-bg08 {
    background-image: url("../img/backsystem/index-bg08.png");
}

.form-wrap ul li.bor-no {
    border-right: none;
}

.form-wrap ul li p span {
    display: block;
    height: 25px;
    line-height: 25px;
    color: #666;
    text-align: center;
}

.hbox input#submitButton {
    margin-bottom: 50px;
}

.add-form-wrap {
    float: left;
    width: 77%;
    overflow: hidden;
}

.org-line-check div.add-check-wrap {
    float: left;
    width: 760px;
    overflow: hidden;
    height: auto;
    font-size: 16px;
}

.power-btn {
    display: block;
    background-color: #428bca;
    border: 1px solid #357ebd;
    width: 120px !important;
    height: 36px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}

.power-sub {
    background-color: #65bd77;
    border-color: #65bd77;
    width: 200px !important;
    margin: 20px auto;
}

.org-line-check div.add-check-box {
    float: left;
    width: 760px;
    height: auto;
    overflow: hidden;
}

.add-check-box p {
    line-height: 30px;
}

.ex-add-img {
    width: 150px;
    height: auto;
    overflow: hidden;
}

.ex-add-img img {
    width: 80px;
    height: 80px;
}

.ex-add-img p {
    text-align: center;
    font-size: 12px;
    color: #999;
}

.ex-add-up {
    position: relative;
    display: inline-block;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
    cursor: pointer;
}

.expert-add-line .ex-add-up input {
    width: 100%;
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer !important;
}

/*新版后台样式修改*/
.user-tit a.btn {
    float: left;
    margin-right: 50px;
}

.user-tit div.auth-state {
    float: left;
}

.user-tit div.auth-state select {
    width: 120px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #666;
    margin-right: 50px;
}

.disable-btn {
    overflow: hidden;
}

.disable-btn input {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.disable-btn p {
    float: left;
    margin-right: 20px;
    line-height: 40px;
}

.expert-auth {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #e1e1e1;
}

.auth-info {
    overflow: hidden;
}

.auth-info ul {
    overflow: hidden;
    float: left;
}

.auth-info ul li {
    font-size: 16px;
}

.auth-info ul.id-info li {
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
}

.auth-info ul.id-info li a {
    float: right;
}

.user-save-fix {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #5cb85c;
    border-radius: 5px;
    margin: 50px auto;
}

.user-check-btn {
    color: #1E88C7;
    margin-left: 10px;
    cursor: pointer;
}

.check-layout {
    width: 500px;
    height: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 5px 5px 20px #e1e1e1;
    display: none;
}

.check-layout h4 {
    width: 100%;
    position: relative;
    height: 35px;
    line-height: 35px;
    background: #e1e1e1;
    font-size: 14px;
    padding-left: 5px;
    font-weight: bold;
    margin: 0;
}

.check-layout b {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.check-layout p {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
}

.check-layout p span {
    width: auto;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    height: 30px;
}

.star-contain {
    position: relative;
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
}

.star-contain b {
    margin-top: 10px;
}

.star-show {
    position: absolute;
    top: 3px;
    display: inline-block;
    width: 102px;
    height: 15px;
    background: url(../img/backsystem/show-star.png) no-repeat 0 -17px;
}

.star-hide {
    width: 50px;
    background: url(../img/backsystem/show-star.png) no-repeat 0 -1px;
}

.goodat {
    width: 60%;
    height: 300px;
    border: 1px solid #999;
    padding: 5px;
    color: #666;
}

.top-list-ul b {
    margin-right: 10px;
}

.topic-sub-detail a {
    margin-left: 20px;
}

.abled-mater {
    cursor: pointer;
    text-decoration: underline;
}

.data-name {
    text-decoration: underline;
}

.add-new-sele {
    margin: 0;
    height: 30px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
}

#resourcesIntro {
    padding: 5px;
    width: 60%;
    height: 300px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 15px;
}

.abled-mater-wrap {
    width: 500px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -200px;
    box-shadow: 5px 5px 20px #e1e1e1;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    display: none;
}

.abled-mater-wrap b {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.abled-mater-wrap .tabnav ul {
    width: 328px;
    margin: 0;
    height: 35px;
    line-height: 35px;
}

.abled-mater-wrap .tabnav li {
    float: left;
    border: 1px solid dodgerblue;
    width: 162px;
    box-shadow: none;
    height: 35px;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
}

.abled-mater-wrap .tabnav li.on {
    background: dodgerblue;
    color: #fff;
    border-radius: 0;
}

.abled-mater-wrap .tabcon ul {
    padding: 30px 20px 20px 20px;
}

.user-tit a.btn {
    float: left;
    margin-right: 50px;
}

.user-tit div.auth-state {
    float: left;
}

.user-tit div.auth-state select {
    width: 120px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #666;
    margin-right: 50px;
}

.disable-btn {
    overflow: hidden;
}

.disable-btn input {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.disable-btn p {
    float: left;
    margin-right: 20px;
    line-height: 40px;
}

.expert-auth {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background: #e1e1e1;
}

.auth-info {
    overflow: hidden;
}

.auth-info ul {
    overflow: hidden;
    float: left;
}

.auth-info ul li {
    font-size: 16px;
}

.auth-info ul.id-info li {
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
}
.auth-info ul.id-info li img{
    cursor:pointer;
}

.auth-info ul.id-info li a {
    float: right;
}

.user-save-fix {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #5cb85c;
    border-radius: 5px;
    margin: 50px auto;
}

.form-line a.user-check-btn {
    color: #1E88C7;
    margin-left: 10px;
}

.check-layout {
    width: 500px;
    height: 400px;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 5px 5px 20px #e1e1e1;
    display: none;
}

.check-layout h4 {
    width: 100%;
    position: relative;
    height: 35px;
    line-height: 35px;
    background: #e1e1e1;
    font-size: 14px;
    padding-left: 5px;
    font-weight: bold;
    margin: 0;
}

.check-layout b {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.check-layout p {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
}

.check-layout p span {
    width: auto;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    height: 30px;
}

.check-layout p span a.file-colo {
    color: #2e3e4e;
}

.check-layout p span a.file-colo:hover {
    color: #bc2931;
}

.star-contain {
    position: relative;
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
}

.star-contain b {
    margin-top: 10px;
}

.star-show {
    position: absolute;
    top: 3px;
    display: inline-block;
    width: 102px;
    height: 15px;
    background: url(../img/backsystem/show-star.png) no-repeat 0 -17px;
}

.star-hide {
    width: 50px;
    background: url(../img/backsystem/show-star.png) no-repeat 0 -1px;
}

.goodat {
    width: 60%;
    height: 300px;
    border: 1px solid #ccc;
    padding: 5px;
    color: #333;
    font-size: 15px;
}

.bb-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 996;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.errTip{
    display:none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -40px;
    width: 280px;
    height: 110px;
    line-height:40px;
    padding:20px 40px;
    box-sizing:border-box;
    background: rgba(0,0,0,.8);
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    z-index:99999;
}

.com-close {
    width: 28px;
    top: -26px;
    /*background: url(../img/com-close.png) no-repeat center;*/
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.com-layer {
    display: none;
    width: 400px;
    height: 220px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border: 1px solid #999;
    padding: 5px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -110px;
    border-radius: 5px;
}

.com-notice {
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 140px;
    line-height: 140px;
}

.com-btn-w {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.com-btn-w span {
    display: block;
    width: 80px;
    height: 35px;
    color: #fff;
    text-align: center;
    text-shadow: none;
}

.com-btn-w span.layer-l {
    width: auto;
    height: auto;
    border-right: none;
}

.com-btn-w span.btn-cancel {
    background: none;
    border: 1px solid #999;
    color: #666;
}

.elastic-layer p.layer-t ,.elastic-layer4 p.layer-t{
    margin-bottom: 0;
}

.btn-sur {
    color: #006666;
}

.btn-canc {
    color: #FC897C;
}

.spe-style {
    float: left;
    width: 75%;
}

.form-line b.pos-upbtn {
    position: absolute;
    right: 100px;
    top: 0;
}

.pos-fileup {
    position: relative;
}

.layer-l.btn-sur a {
    color: #428BCA;
}

.know-form .form-line span.dq-txt-line {
    float: left;
    width: 79px;
    text-align: right;
    margin-right: 10px;
    line-height: 30px;
}

.form-line b.dq-line-cont {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.know-form .form-line span {
    line-height: 38px;
}

.id-info span {
    width: 115px;
    text-align: left;
}

.box-change {
    overflow: hidden;
    width: 600px;
}

.box-change h5 {
    height: 30px;
    line-height: 30px;
    background: #AFAFAF;
    color: #fff;
    text-align: center;
    margin: 0;
}

.box_l, .box_r {
    width: 260px;
    height: 360px;
    border: 1px solid #ccc;
    overflow: auto;
}

.box_l li, .box_r li {
    line-height: 35px;
    font-size: 14px;
    padding-left: 10px;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    list-style: none;
    color: #333;
}

.box_l li, .box_r li {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.box_l li:last-child, .box_r li:last-child {
    border: none;
}

/*.box_l li:hover,.box_r li:hover,.box_l li.on,.box_r li.on{background:#3672a0;color:#FFFFFF;}*/
.box_l li.on, .box_r li.on {
    background: #3672a0;
    color: #FFFFFF;
}

.box_l {
    float: left;
}

.box_m {
    width: 80px;
    float: left;
    text-align: center;
}

.box_m a {
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 40px auto;
    display: block;
    width: 40px;
}

.box_r {
    float: right;
}

.box_l li.disa-btn {
    cursor: not-allowed;
    color: #999;
}

.nef-wro-layer {
    overflow-y: scroll;
    max-height: 260px;
}

.org-line-check b.exp-name {
    margin: 0 20px 0 0;
}

.expert-new-edit ul li .form-line .fc-sty, .form-line b.role-fc {
    color: #333;
    font-size: 16px;
}

.err-msg-sty {
    width: auto;
    height: 36px;
    overflow: hidden;
    padding-left: 20%;
    float: left;
    color: red;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
    margin-left: 20px;
}

.cont-scroll {
    max-height: 360px;
    overflow-y: scroll;
}

.check-layout .cont-scroll p span {
    height: auto;
    text-align: left;
}

.check-layout .cont-scroll p span a {
    color: #2e3e4e;
}

#log-form {
    margin-top: 20px;
}

#treeTable {
    width: 60%;
    margin-left: 30px;
}

label.whether-use {
    line-height: 30px;
    float: left;
    margin-right: 10px;
}

label.whether-use input {
    margin-top: 0;
    margin-right: 5px;
}

.cont-r p.up-notice {
    font-size: 14px;
    color: #999;
}

.layer-sure {
    width: 100%;
    text-align: center;
}

.basic-intro {
    width: 60%;
    height: 200px;
    border: 1px solid #ccc;
    padding: 5px;
}

.basic-save {
    display: block;
    margin: 30px auto 10px;
    float: none;
}

.tabbox {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

.tab_conbox {
    border-top: none;
}

.tab_con {
    display: none;
}

.tabcon ul li span {
    display: block;
}

.tabcon span.tab-content {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}

.tabcon span.tab-content b {
    padding: 5px 0;
    font-size: 14px;
    width: auto;
    margin-right: 65px;
    display: inline-block;
}

.tabs {
    height: 32px;
    border-left: 1px solid #999;
    width: 100%;
}

.tabs span {
    height: 31px;
    line-height: 31px;
    float: left;
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px;
    background: #e0e0e0;
    overflow: hidden;
    position: relative;
}

.tabs span a {
    display: block;
    padding: 0 20px;
    outline: none;
}

.tabs span a:hover {
    background: #ccc;
}

.tabs .thistab, .tabs .thistab a:hover {
    background: #fff;
}

.tab_con {
    padding: 12px;
    font-size: 14px;
    line-height: 175%;
}

.form-line b.expre-intro {
    width: 60%;
    float: left;
}

.form-line b.rr-blo {
    width: 60%;
    margin: 0;
}

.err-msg-wrap {
    clear: both;
    height: 100px;
    line-height: 50px;
}

.err-msg-wrap .err-msg-sty {
    font-weight: normal;
    padding: 0;
    height: 100px;
    line-height: 100px;
}

.tabbox table {
    text-align: center;
    border: 1px solid #999;
}

.tabbox table thead, .tabbox table tr, .tabbox table td, .tabbox table th {
    border: 1px solid #999;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.tabbox table th {
    font-weight: bold;
}

.add-form-wrap .sty-line {
    float: left;
    width: auto;
}

.rm-stay i {
    padding-left: 20%;
    margin-left: 15px;
    font-style: normal;
    color: #999;
}

.org-line input.add-ipt-sty {
    margin-left: 30px;
}

.notice-b {
    margin-bottom: 0;
}

.notice-b b {
    padding-left: 88px;
    color: #999;
    font-size: 14px
}

.search-bar:before {
    display: none;
    z-index: 999;
    line-height: 35px;
    color: #666;
    top: 0;
    content: "...";
    position: absolute;
    width: 15px;
    height: 35px;
    /* background: red; */
    /* display: block; */
    right: 125px;
}

.org-line .combo-arrow:before {
    display: none;
}

.task-describe {
    width: 760px;
    float: left;
    word-break: break-all;
}

.sub-task-wrap{
    width:600px;
    word-break: break-all;
}
.intro.org-belong{
    width:20%;
}
.wordCount{
    float: left;
    padding: 5px;
    border: 1px solid #e1e1e1;
    margin-left: 3px;
    width: 60%;
    position: relative;
    height: 161px;
    /* border-radius: 5px; */
    background: #fff;
    /* border-radius: 5px; */
}
.wordCount textarea{
    width: 100%;
    height: 130px;
}
.wordCount .wordwrap{
    position:absolute;
    right: 6px;
    bottom: 3px;
    font-size:12px;
    width: auto;
}
.wordCount .word{
    color: #ff6600;
    padding: 0 4px;
}
.logsub{
    background: linear-gradient(to bottom, #04A5D9, #0F70B7);
}
.log-main .form-line input{
    width: 75%;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.log-main .form-line .user-t{
    height:35px;
    line-height:35px;
}
.nlog-title{
    color: #fff;
    font-family: '苹方';
    width:100%;
    height:450px;
    background: #fff url(/img/backsystem/login-bg3.jpg) no-repeat center top;
    background-size:cover;
}
.nlog-cont{
    border:none;
    background:none;
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 auto;
    width:400px;
    padding: 25px 20px 0 0;
    box-sizing:content-box;
}
/*增加删除标签*/
#tags_3_tag {
    width: 460px;
}

#tags_3_tagsinput {
    /* margin-left: 24px; */
    /* float: left; */
    width: auto;
    min-height: 100px;
    /*display: inline-block;*/
    /*margin-left:130px;
    margin-top:10px;*/
}

#tags_3_tagsinput span {
    position: relative;
    width: auto;
    height: auto;
    border: 1px solid #ff9900;
    padding: 0 10px;
    border-radius: 5px;
    margin: 0 10px 5px 0;
    float: left;
}

#tags_3_tagsinput span a {
    font-size: 16px;
    position: absolute;
    right: 9px;
    top: -4px;
    color: #ff9900;
}

#tags_3_tagsinput span span {
    border: none;
    margin: 0;
    line-height: 25px;
    word-break: break-all;
    float: left;
    text-align: left;
}

#tags_3_addTag {
    /*float: left;*/
    width: 400px;
    overflow:hidden;
    /*border-right:1px solid #e1e1e1;*/
    /*border-left:1px solid #e1e1e1;*/
}
.mr-label {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 25px;
    border: 1px solid #ff9900;
    padding: 0 20px;
    border-radius: 5px;
    margin: 0 10px 5px 0;
    float: left;
    font-size: 14px;
}
.mr-label a {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 0px;
    color: #ff9900;
    cursor: pointer;
}

.per-edit-info input,.per-edit-info select{
    border: 1px solid #e1e1e1;
    padding-left: 5px;
    width: 400px;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.per-edit-info input.conf-btn{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #ff9900;
    color: #fff;
    text-align: center;
    margin: 30px auto;
    border: none;
    outline: none;
}
.per-edit-info input.fix-btn{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background:#ff9900;
    color: #fff;
    text-align: center;
    margin: 30px auto;
    border: none;
    outline: none;
}
.query_btn{
    width: 80px;
    border-radius: 5px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
}
.cont-r table.statistics_ds-table{
    width:86%;
}
.statistics_ds-table tr td,.statistics_ds-table tr th{
    padding-left:20px;
    border:1px solid #d9d9d9;
    height:30px;
    line-height:30px;
}
.pageCommon{
    margin-top:20px;
}


.elastic-layer.price-info,.elastic-layer4.price-info{
    top:50%;
    left:50%;
    margin-top: -180px;
    margin-left: -190px;
    width: 380px;
    height: 360px;
}
.elastic-layer.price-info h5,.elastic-layer4.price-info h5{
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    color: #333;
}
.elastic-layer.price-info div,.elastic-layer4.price-info div{
    margin-bottom:20px;
    margin-left:30px;
}
.elastic-layer.price-info div input,.elastic-layer4.price-info div input{
    width: 200px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #999;
    margin-left: 6px;
    padding-left: 6px;
}
.elastic-layer.price-info p.layer-b,.elastic-layer4.price-info p.layer-b,.elastic-layer4.price-info p.layer-b2{
    height: 50px;
    line-height: 50px;
    margin-top:50px;
}
.elastic-layer.price-info p.layer-b span,.elastic-layer4.price-info p.layer-b span,.elastic-layer4.price-info p.layer-b2 span{
    width:140px;
    height:40px;
    line-height:40px;
    background:#65bd77;
    color:#fff;
    cursor:pointer;
    border:none;
}
.elastic-layer.price-info b,.elastic-layer4.price-info b{
    display:block;
    position:absolute;
    right:20px;
    top:20px;
    width:25px;
    height:25px;
    background:url("/img/btn_close_black.png") no-repeat center;
    background-size:25px;
    cursor:pointer;
}
.price-info i{
    color:transparent;
}
.invoice_status{
    width:200px;
    height:30px;
    border:1px solid #999;
}
.save-btn{
    margin-top:50px;
}
.elastic-layer.price-info.invoice-info,.elastic-layer4.price-info.invoice-info{
    height: 700px;
    margin-top: -430px;
    width: 500px;
}
.elastic-layer.price-info select,.elastic-layer4.price-info select{
    width:200px;
    height:25px;
    line-height:25px;
    border:1px solid #999;
    color:#666;
}
.elastic-layer.price-info.create-channel-div,.elastic-layer4.price-info.create-channel-div{
    height:420px;
    margin-top:-210px;
}
.create-channel-div input{
    width:200px;
    height:30px;
    line-height:30px;
    border:1px solid #999;
    padding-left:6px;
}
.create-channel-div i{
    color:transparent;
}
#recontent{
    padding:10px;
    border: 1px solid #ccc;
    width: 60%;
}
.orderAllm span{
    font-size:18px;
    display:inline-block;
    margin-right:20px;
}
.orderAllm span i{
    font-style:normal;
    color:coral;
    font-weight:bold;
}
#retype{
    width:60%;
}
.payChoiceS{
    overflow:hidden;
}
.payChoiceS p{
    float:left;
    overflow:hidden;
}
.payChoiceS p span{
    width:100px;
    text-align:left;
}
.payChoiceS p input{
    width:200px;
    margin-right:30px;
}
.payChoiceS p b.deleLine{
    display:block;
    width:30px;
    height:30px;
    background:url("/img/icon_delete.png") no-repeat 0 5px;
    background-size:20px;
    cursor:pointer;
}

.keywordChoiceS{
    overflow:hidden;
}
.keywordChoiceS p{
    float:left;
    overflow:hidden;
}
.keywordChoiceS p span{
    width:100px;
    text-align:left;
}
.keywordChoiceS p input{
    width:200px;
    margin-right:30px;
}
.keywordChoiceS p b.deleLineKey{
    display:block;
    width:30px;
    height:30px;
    background:url("/img/icon_delete.png") no-repeat 0 5px;
    background-size:20px;
    cursor:pointer;
}

.tagsChoiceS p b.deleLineTag{
    display:block;
    width:30px;
    height:30px;
    background:url("/img/icon_delete.png") no-repeat 0 5px;
    background-size:20px;
    cursor:pointer;

}
.comSelect{
    width: 60%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    color: #333 !important;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 16px;
}
.comTextarea{
    width: 60%;
    border: 1px solid #ccc;
    color: #333 !important;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    height:200px;
}
.imgWrap img{

}












/*移动兼容*/
@media (max-width: 767px){
    .nav-off-screen {
        position: absolute;
        left: 0;
        top: 0px;
        bottom: 0;
        width: 75%;
        visibility: visible;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 999;
    }
}
.tz-set{

}

.redfont{
color:red
}

.important_head{
    width: 820px;
}
.important_head_i{
    width: 400px;
    float:left;
    padding-top: 5px;
}

span.columntags{
    /*text-align-last:justify;!* ie9*!
    text-align:justify;*/
    float: left;
    height: 20px;
    line-height: 20px;
    width: 35px;
    text-align: center;
    margin-right: 10px;
    background: #6699ff;
    color:#fff;
    cursor:pointer;
}


.submit_loading{
    display:none;
    position: fixed;
    left: 30%;
    top: 30%;
    /*margin-left: -140px;*/
    /*margin-top: -40px;*/
    width: 280px;
    height: 80px;
    line-height:40px;
    padding:20px 48px;
    box-sizing:border-box;
    /*background: rgba(0,0,0,.8);*/
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    word-break: break-all;
}


/*必看*/
.sbc_content_usubject{
    float: left;
    width: auto;
}
.sbc_select_subject_list{
    padding-bottom: 15px;
    float: left;
    margin: 10px 12px;
}
.sbc_select_subject_list span{
    height: 26px;
    width: auto;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    font-size: 16px;
    line-height: 25px;
    padding: 0px 6px;
    margin: 5px 5px 5px 0;
    float: left;
    cursor: pointer;
}
.sbc_select_subject_list span:first-letter{
    color: #4E6BFF;
    font-size:16px;
}
.sbc_select_subject_list span.hsonsubject{
    background-color: #4E6BFF;
    color: #fff;
    float: left;
    box-shadow: 1px 1px 1px #c5c5c5;
    border: 1px solid #4E6BFF;
}
.sbc_select_subject_list span.hsonsubject:first-letter{
    color: #fff;
}

.sbc_project_list{
    padding-bottom: 15px;
    float: left;
    margin: 10px 12px;
    width: 60%;
    margin-left: 25%;
}
.sbc_project_list span{
    height: 26px;
    width: auto;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 0px 6px;
    margin: 5px 5px 5px 0;
    float: left;
}

.sbc_project_list span.hson{
    background-color: #4E6BFF;
    color: #fff;
    float: left;
    box-shadow: 1px 1px 1px #c5c5c5;
    border: 1px solid #4E6BFF;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
    opacity: 0.3;
    display: none;
}
#loader {
    background: url(../img/1.gif);
    width: 64px;
    height: 64px;
    position: relative;
    top: 50%;
    margin: -32px auto 0 auto;
}


.userdetail_selon{
    background: #ec9f0c;
    border-color: #ec9f0c;
}



.elastic-layer.price-info p.layer-uo{
    height: 50px;
    line-height: 50px;
    margin-top:50px;
}
.elastic-layer.price-info p.layer-uo span{
    width:140px;
    height:40px;
    line-height:40px;
    background:#65bd77;
    color:#fff;
    cursor:pointer;
    border:none;
}

.topicD{
    display: none;
    top:50%;
    left:50%;
    margin-top: -180px;
    margin-left: -190px;
    width: 580px;
    height: 560px;
}

/**benzi loading css start*/
/*.bzsloading{*/
/*    display: flex;*/
/*    margin-top: 1%;*/
/*    justify-content: center;*/
/*}*/

/*.bzsloading i {*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 50%;*/
/*    !* 实现圆形 *!*/
/*    background: #fff;*/
/*    margin: 0.3em;*/
/*    user-select: none;*/
/*    position: relative;*/
/*}*/

/*.bzsloading i::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: inherit;*/
/*    !* 从父元素继承背景颜色 *!*/
/*    border-radius: inherit;*/
/*    !* 从父元素继承圆角 *!*/
/*    animation: wave 1.2s ease-out infinite;*/
/*    !* 对before元素定义动画，完成时间1.2s, 采用ease-out过渡，重复循环 *!*/
/*}*/
/*!* 设置背景颜色,自行选取五个颜色即可 *!*/
/*.bzsloading i:nth-child(1) {*/
/*    background: #9fc9e7;*/
/*}*/
/*.bzsloading i:nth-child(2) {*/
/*    background: #9bbce0;*/
/*}*/
/*.bzsloading i:nth-child(3) {*/
/*    background: #5d99da;*/
/*}*/
/*.bzsloading i:nth-child(4) {*/
/*    background: #2981e0;*/
/*}*/
/*.bzsloading i:nth-child(5) {*/
/*    background: #1d60de;*/
/*}*/
/*!**/
/** 现在动画都是同时出现的，而我们需要的是一种逐渐出现的效果*/
/** 所以需要对每个元素的动画加一个延迟*/
/** 最后一个与第一个之间的间隔太短*/
/** 所以需要把整体的动画时间延长一下*/
/**!*/
/*.bzsloading i:nth-child(1)::before {*/
/*    animation-delay: 0s;*/
/*    !* 第一个不需要延迟 *!*/
/*}*/
/*.bzsloading i:nth-child(2)::before {*/
/*    animation-delay: 0.2s;*/
/*    !* 依次延迟0.2s *!*/
/*}*/
/*.bzsloading i:nth-child(3)::before {*/
/*    animation-delay: 0.4s;*/
/*}*/
/*.bzsloading i:nth-child(4)::before {*/
/*    animation-delay: 0.6s;*/
/*}*/
/*.bzsloading i:nth-child(5)::before {*/
/*    animation-delay: 0.8s;*/
/*}*/
/**benzi loading css end*/