﻿body {
    font-size:12px;
    color:#535353;
}
.left {
    float:left;
}
.right {
    float: right;
}

.clear {
    clear: both;
}
.marg_t_10 {
    margin-top: 10px;
}
.marg_t_30 {
    margin-top: 30px;
}
.marg_t_50 {
    margin-top: 50px;
}
.marg10 {
    margin:10px;
}
.marg20 {
    margin:20px;
}
.hei10 {
    height:10px;
}
.hei20 {
    height:20px;
}
.red {
    color:red;
}
.hand {
    cursor:pointer;
}
.hidden {
    display:none !important;
}
.center {
    text-align:center;
}

.zhan {
    visibility: hidden;
}
.huif1 {
    background: #f1f1f1 !important;
    
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.layui-input-inline .left {
   width:70%!important;
}

.layui-form-item.seach-father {
    display:flex;
    flex-direction:column
}
.layui-inline.seach-box {
    max-width: 1010px;
    height: 38px;
    transition: All .3s ease-in-out;
    -webkit-transition: All .3s ease-in-out;
    -moz-transition: All .3s ease-in-out;
    -o-transition: All .3s ease-in-out;
    position: relative;
    box-sizing:border-box;
    padding-right:45px;
}

    .layui-inline.seach-box .more {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0px;
        white-space: pre;
        line-height: 14px;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        display:none
    }

/**必填红点 */
.layui-form .required:after {
    content: '*';
    color: red;
    position: absolute;
    margin-left: 4px;
    font-weight: bold;
    line-height: 1.8em;
    top: 6px;
    right: 5px;
}