@import "../plugs/layui_exts/layCascader.css";

.last-td{
    width:250px;
}
.tags-container {
    padding: 2px 10px;
    min-height: 50px;
}

.tags-container label {
    border: 1px dashed #e2e2e2;
    padding: 5px 8px 5px 5px;
    background: white;
}

.regional-table p {
    margin: 0;
}
.regional-table .operation {
    text-align: right;
}
.regional-table .operation a {
    margin: 0 3px;
}
.regional-table td {
    vertical-align: middle !important;
}
.regional-table p{color:#000;}
.regional-table td input{height:38px!important;line-height: 38px!important;}

.user_tag_cover{
    /*width: 130px;*/
    /*height: 44px;*/
    width: 50px;
    height: 16px;
    border-radius:0!important;
}

.layadmin-contact-box{padding:20px;border:1px solid #e7eaec;overflow: hidden;}
.layadmin-text-center{text-align:center;margin-top:20px;}
.layadmin-padding-left20{padding-left:20px;}
.layadmin-title{margin:5px 0 10px;}
.layadmin-address{line-height: 2;margin-bottom:20px;}
.headerReview{background-color:#F8F8F8;height:30px;line-height: 30px;text-align: center;font-size:16px;}

.portal-block-container .commission-block-item{color:#000;padding:15px 65px;position:relative;font-size:46px;line-height: 46px;}
.portal-block-container .commission-block-icon{font-size:55px;position: absolute;left:4%;top:35%;}

.widget-outline {height: 117px;padding: 20px;margin: 0 auto 0 auto;flex-basis: 50%;display: flex;-webkit-box-align:center;align-items: center;}
.widget-outline .outline-left { margin-right: 30px; }
.widget-outline .outline-left img {width: 58px;height: 58px; }
.widget-outline .outline-right {flex-basis: 50%; }
.widget-outline .item-name {color: #666666;font-size: 13px; }
.widget-outline .item-value {color: #333333;font-size: 24px; }


.box-head{
    height:30px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}


.index_content{
    height: 162px;
}

.index_inner_content{
    border:1px solid rgba(0,0,0,.06);
    text-align: center;
    padding:20px !important;
    cursor: pointer;
    transition: box-shadow .3s,border-color .3s;
}
.index_inner_content:hover{
    border-color:transparent;
    box-shadow:0 1px 2px -2px rgba(0,0,0,.16),0 3px 6px 0 rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.09)
}
.index_inner_content a{
    color:#000;
}
.index_inner_content a:hover{
    color:#000;
}

.flex-button {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:-5px;
}

.flex-button .layui-btn {
    margin: 5px 5px 5px 0;
    display: flex;
    align-items: center;
}

.el-input__inner{
    border: 1px solid #eee!important;
    border-radius: 0px!important;
    height:38px;
    line-height:38px;
}
.el-cascader .el-input .el-input__inner:focus{
    border-color: #d2d2d2!important;
}
.el-cascader .el-input.is-focus .el-input__inner {
    border-color: #d2d2d2!important;
}
.radio_self label.think-checkbox{
    margin:0px 10px 0px 6px!important;
}
.form-search .el-input__inner{
    border:0!important;
}

.notice-box{
    max-height: 158px;
    overflow: hidden;
    overflow-y: scroll;
}

.notice-box::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.notice-box::-webkit-scrollbar-track {
    border-radius: 6px;
}
.notice-box::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ddd;
}
.notice-box::-webkit-scrollbar-thumb:hover{
    background: #ccc;
}
.notice-box::-webkit-scrollbar-thumb:active{
    background: #999;
}

.notice-box ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 32px;
    line-height: 32px;
    overflow:hidden;
}
.notice-box .notice-title{
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#000;
}
.notice-box .notice-title:hover{
    color:#0d65ff;
}

.notice-content{
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 16px!important;
}