
.main-content{
    background: #f4f7fd;
}
input[type="text"], input[type="search"], input[type="url"], input[type="email"], input[type="number"], input[type="password"], select,
.form-control{
    height: 60px;
    background: #f4f7fd;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
}
select.form-control{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f4f7fd url('./pulldown.svg') no-repeat scroll 95% center;
    background-size: 20px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
}
select.form-control option{
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
}
.search .form-control{
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #f4f7fd;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
.search .btn {
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 16px;
}
.card:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.res-title{
    color: #909090;
    position: relative;
}
.res-title.active{
    background: #4477dd;
    color: #fff
}
.bidding-count{
    display: none;
    position: absolute;
    bottom: 2px;
    font-size: 12px;
    right: 5px;
}
.bidding-show{
    display: inline;
}
.layui-form-item{
    margin-bottom: 0;
}
.layui-form-select dl dd.layui-this {
    background-color: #3775e4;
    color: #fff;
}
.layui-form-select .layui-input {
    cursor: pointer;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    z-index: 0;
}
.layui-form-select dl{
    top: 60px;
    padding: 0;
    width: 110%;
}
.layui-form-select dl dd{
    padding-left: 20px !important;
    overflow: hidden;
    margin: 0;
}
.layui-form-select dl dd.layui-select-tips{
    padding-left: 20px !important;
    margin-top: 0;
}
.layui-form-select dl dd, .layui-form-select dl dt{
    word-wrap:break-word;
    font-size: 18px;
    white-space: break-spaces;
    padding: 5px 0;
    line-height: 22px;
}
.layui-form-select dl dd:hover{
    /*background-color: #3775e4;*/
}
.layui-form-select .layui-edge{
    border-width: 6px;
    border-top-color: #c2c2c2
}
input[readonly=""]:not([class*="mbsc"]):not([id*="_dummy"]){
    cursor: pointer;
    background-color: #f4f7fd;
}
.form-group .select-input{
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    color: #999999;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f4f7fd;
    border: 1px solid #e0e0e0;
    padding-right: 0;
    background-image: url(../img/icon/right2.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position-x: 100%;
    background-position-y: center;
}

.swal2-content h4{
    font-size: 2.5rem;
}
.swal2-cancel:focus{
    outline: none;
}
.mt-45{
    margin-top: 2.5rem;
}
.w-30{
    width: 30%;
    text-align: center;
}
.item-view{
    width:calc(100% - 140px);
    padding-left:2.5rem !important;
    padding-bottom: 5px!important;
}
.max-250{
    padding-top: 2px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#search-classify-tree{
    margin-top: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 10px;
    background: #f4f7fd;
    display: none;
}
.selected-div{
    margin-bottom: 6px;
    display: flex;
}
.selected-div div.selected-node{
    text-align: left;
    line-height: 20px;
    color: #555;
    margin-right: 20px;
}
.selected-div div.del-node{
    text-align: right;
    cursor: pointer;
    line-height: 20px;
}
.selected-div div.del-node i{
    font-size: 20px;
    color: #555;
}

.float-ball{
    position: fixed;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 20px;
    background-color: #0C0C0C;
    cursor: pointer;
}
.appbuilder-bubbleItem{
    opacity: 1;
    right: 20px;
    bottom: 20px;
    opacity: 0 !important;
}