.login-out {
    background: none;
    border: none;
    color: #a5a5a5;
    margin-top: 10px;
    font-size: 14px;
}

.admin_status[data-status='0'] .fa {
    color: #F59A23;
}

.admin_status[data-status='1'] .fa {
    color: #7194f8;
}

.admin_status[data-status='2'] .fa {
    color: #FF1DE1;
}

.admin_status[data-status='3'] .fa {
    color: #F59A23;
}

.admin_status[data-status='4'] .fa {
    color: #FF0000;
}

.admin_status[data-status='10'] .fa {
    color: #7194f8;
}

.admin_status[data-status='11'] .fa {
    color: #FF1DE1;
}

.admin_status[data-status='12'] .fa {
    color: #F59A23;
}

.admin_status[data-status='11'] .fa {
    color: #FF0000;
}


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
    text-align: center;
}

#tree-table thead  th {
    border: 1px solid #e7e7e7 !important;
}

.pagination {
    margin: 0;
}

.checkbox-list {
    margin-top: 7px;
}
.checkbox-list label {
    font-weight: normal;
    padding-right: 15px;
}

.backend-img-box {
    border: 1px solid #e7eaec;
    padding: 0 0 10px 10px;
}

.backend-img-box ul,.backend-img-box li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.backend-img-box ul {
    overflow: hidden;
}

.backend-img-box li {
    float: left;
    width: 140px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
}

.backend-img-box li img {
    display: block;
    width: 100%;
}


.backend-img-box li > i {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: -5px;
    display: block;
    width: 24px;
    height: 24px;
    background: #ed5666;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    display: none;
}

.backend-img-box li:hover > i {
    display: block;
}

.backend-img-box li.no-hover:hover > i {
    display: none;
}

.blue-background-class {
    background-color: #c8ebf8;
}

.filter-form .filter-box {
    display: flex;
    margin-top: 20px;
}

.filter-form .filter-title {
    width: 100px;
    display: block;
    padding-top: 7px;
}

.filter-form .filter_input {
    flex: 1;
}

.filter_button {
    margin-top: 20px;
    padding-top: 3px;
}

textarea {
    resize: vertical;
}

.top-bottom-form .form-group {
    padding: 0 15px;
}

#file-box .file-box-item:first-child {
    display: none;
}

.i-checks {
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}

.wrapper-content {
    margin: 10px 10px 100px 253px;
    overflow-y: auto;
    height: 91vh;
    padding: 0 0 40px 0;
    background: #fff;
    overflow-x: hidden;
}

@media screen and (max-width: 990px) {
    .wrapper-content {
        margin-left: 0;
    }
}

.seting-hd h4 {
    display: inline;
}

.btn-primary {
    background-color: #7194f8;
    border-color: #7194f8;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus
{
    background-color: #7194f8;
    border-color: #7194f8;
    color: #fff;
}

.label-primary, .badge-primary {
    border-color: #7194f8;
    background-color: #7194f8;
    color: #fff;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.wrapper-content::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.wrapper-content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(222,3,71,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.wrapper-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(222, 3, 71, .3);
    background-color: #de0347;
}

.menu-font-hidden {
    display: block;
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-toggle {
    cursor: pointer;
}

.iframe-box {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.topic_list .topic_item {
    margin-top: 7px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.topic_list .topic_item:first-child {
    padding-top: 0;
}

.topic_list .topic_item .title {
    font-size: 14px;
    display: flex;
}

.topic_list .topic_item ul {
    overflow: hidden;
    margin-top: 10px;
}

.topic_list .topic_item li {
    padding-top: 5px;
    display: flex;
    margin-top: 10px;
}

.topic_list .topic_item li label {
    width: 80px;
    padding-top: 9px;
    font-weight: normal;
}

.topic_list .topic_item .answer {
    margin-top: 5px;
    font-size: 14px;
}

.topic_list .topic_item .btn {
    margin-left: 10px;
    margin-top: 10px;
}

.topic_list .topic_item li .remove-this {
    font-size: 20px;
    padding: 7px 0 0 7px;
    cursor: pointer;
}

/* - case start - */
.case-box {
    padding: 30px 10px 10px 10px;
}

.case-item {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #bfc9d4;
    display: flex;
}

.case-item:first-child {
    margin-top: 0;
}

.case-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.case-item .item-company-thumb {
    width: 320px;
}
.case-item .item-company-thumb .img-auto{  max-height:421px;overflow: hidden;    position: relative;   border: 1px dashed #bfc9d4;  }
.case-item .item-company-thumb .img-auto img{display:block;width:100%;position:relative;}
.case-item .thumb-site-url {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.case-item .item-company-thumb img {

    width: 100%;
    display: block;
}

.company-data {
    flex: 1;
    margin-left: 30px;
}

.item-company-info {
    overflow: hidden;
}

.item-company-info > div {
    float: left;
    width: 50%;
    padding-bottom: 30px;
    border-bottom: 1px dashed #bfc9d4;
}

.item-company-info > div p {
    font-size: 15px;
    margin-top: 16px;
}

.item-company-info > div p:first-child {
    margin-top: 0;
}

.item-company-data {
    margin-top: 25px;
    overflow: hidden;
}

.item-company-data > div {
    float: left;
    width: 33.33%;
    padding-right: 15px;
    box-sizing: border-box;
}

.item-company-data > div .item-data-info {
    margin-top: 20px;
    font-size: 14px;
    color: #3f3f3f;
    padding: 5px;
}

.item-company-data > div .item-data-info.company_singular {
    color: #ff0000;
}

.item-company-data > div .item-data-info i {
    color: #3b3f5c;
}

.item-company-data > div .item-data-info:first-child {
    margin-top: 0;
}

.item-company-data > div .item-data-info .progress {
    height: 3px;
    margin-top: 10px;
}

.item-company-data > div .item-data-info .progress-bar {
    background: #1b55e2;
    width: 30%;
}

.item-company-data > div .item-data-info em {
    font-size: 12px;
    color: #0072ff;
    font-style: normal;
}

.item-company-data > div .item-data-info.company_singular em {
    color: #ff0000;
}

.item-company-label {
    margin-top: 35px;
}

.item-company-label span {
    font-size: 14px;
    border: 1px solid #1b55e2;
    padding: 6px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 7px;
}

.item-data-info:hover .progress-bar {
    width: 100% !important;
}

.get-login-button {
    margin-top: 20px;
    text-align: center;
}


.get-login-button .btn-primary {
    background-color: #1b55e2;
    border-color: #1b55e2;
    color: #fff;
}

.get-login-button .btn-primary:hover, .get-login-button .btn-primary:focus, .get-login-button .btn-primary:active, .get-login-button .btn-primary.active, .open .dropdown-toggle.get-login-button .btn-primary, .get-login-button .btn-primary:active:focus, .get-login-button .btn-primary:active:hover, .get-login-button .btn-primary.active:hover, .get-login-button .btn-primary.active:focus
{
    background-color: #1b55e2;
    border-color: #1b55e2;
    color: #fff;
}

.get-login-button .btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.get-login-button .btn-black:hover, .get-login-button .btn-black:focus, .get-login-button .btn-black:active, .get-login-button .btn-black.active, .open .dropdown-toggle.get-login-button .btn-black, .get-login-button .btn-black:active:focus, .get-login-button .btn-black:active:hover, .get-login-button .btn-black.active:hover, .get-login-button .btn-black.active:focus
{
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.company-label-list {
    margin-top: 8px;
}

.company-label-list ul {
}

.company-label-list ul li {
    float: left;
    margin-right: 6px;
    position: relative;
}

.company-label-list ul li i.remove {
    position: absolute;
    top: -10px;
    right: 5px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    background: #ccc;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: block;
    opacity: 0;
    transition: all .4s linear;
}

.company-label-list ul li:hover i.remove {
    opacity: 1;
}

.company-introduce {
    margin-top: 30px;
}

.company-introduce h4 {
    color: #de0347;
}

.company-introduce p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
    width: 80%;
    text-indent: 2em;
}

@media screen and (max-width: 1200px) {
    .case-item {
        display: block;
    }
    .case-item .item-company-thumb {
        max-width: 380px;
        margin: 0 auto;
    }
    .company-data {
        margin-top: 30px;
    }
}
/* - case end - */

.upload-img {
    width: 160px;
}

.iframe-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.iframe-loading .sk-spinner-cube-grid.sk-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-right: -25px;
}

.iframe-loading .sk-spinner-cube-grid .sk-cube {
    background-color: #4d79f6;
}

.top-item {
    position: relative;
}

.top-item .nav-tabs {
    width: 100%;
}

.top-item .form-inline {
    padding-right: 80px;
    position: absolute;
    top: 0;
    right: 0;
}

.top-item button.btn {
    margin-bottom: 0;
}

.contact_email {
    height: 36px;
    overflow: hidden;
    position: relative;
    padding-right: 40px;
    width: 280px;
}

.contact_email .look_more {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    right: 5px;
    border-radius: 3px;
    border: 1px solid #4d79f6;
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
}

.company-info {
    display: flex;
}

.company-info > img {
    display: block;
    width: 40px;
    height: 40px;
}

.company-info .company-name {
    margin-left: 8px;
    flex: 1;
}

.ibox-content .btn-primary.download{
    margin-bottom: 0;
}
.ibox-content .playAudio{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-image: url('../images/24gf-playCircle.png');
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.audioWrap{
    /*display: none;*/
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    transform: scale(0);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.audioWrap.active{transform: scale(1);}

.wavFileId{
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}