@charset "utf-8";
/* 你自己的样式 */
html{
    font-size: 50px;
}
a,a:hover{ 
    text-decoration: none !important; 
}
.text-radio{
	margin-left: 12px;
}
.w100{
	width:100px;
}
.red{
    color: #f50101;
}
.blue,.blue:hover{
    color: #5a98de;
}

#search .text-c{
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 18px;
    text-align:left;
}
#search .item{
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
#search .item .txt {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    font-weight: 700;
    min-width: 68px;
}
#search .item .inp {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
}
#search .item .inp *{
    height: 32px;
    line-height: 32px;
    border-color: #c0c4cc;
    padding-right: 30px;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: none;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 200px;
}

.paging_simple_numbers::after,.paging_simple_numbers::before{
    clear: both;
    content: "";
    display: table;
}
.pagination{
    margin-top:24px;
    float: right;
}
.pagination li{
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    color: #666;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    margin: 0 0 6px 6px;
    font-size: 14px;
}
.pagination li a,.pagination li span{
    border: 1px solid #ccc;
    display:block;
    padding: 0 10px;
}
.pagination li:hover a,.pagination li.active a,.pagination li span{
    background: #5a98de;
    border: 1px solid #5a98de;
    color: #fff;
}
.pagination li.disabled span{
    background: #bbb;
    border: 1px solid #bbb;
    color: #666;
}

.item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width:300px;
}
.item input{
    width:150px;
    height:31px;
    line-height:31px;
    border:1px solid #dcdfe6;
    text-align:center;
}
.item .less{
    display:block;
    height:31px;
    line-height:31px;
    width:31px;
    background:#f5f7fa;
    color:#c0c4cc;
    font-size:24px;
    text-align:center;
    border-radius:0 4px 4px 0;
    border:1px solid #dcdfe6;
}
.item .less,.item .plus{
    display:block;
    height:31px;
    line-height:31px;
    width:31px;
    background:#f5f7fa;
    color:#c0c4cc;
    font-size:24px;
    text-align:center;
    border-radius:4px 0 0 4px;
    border:1px solid #dcdfe6;
}
.shuanlie{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.div_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.items_50{
    width:50%;
}
.items_33{
    width:33.3%;
}
.items_25{
    width:25%;
}

.items .form-label{
    width:100px;
    padding-left: 0px;
    padding-right: 0px;
}
.items .col-sm-9{
    width:calc(100% - 100px);
}
.div_botton{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width:calc(100% - 100px);
}
.div_botton a{
    display:block;
    margin-right:24px;
    width:110px;
    height:28px;
    line-height:28px;
    font-size:14px;
    text-align:center;
    color:#fff;
    background:#1890ff;
    border-radius:5px;
}
.div_botton button{
    display:block;
    margin-right:24px;
    width:110px;
    height:28px;
    line-height:28px;
    font-size:14px;
    text-align:center;
    color:#fff;
    background:#1890ff;
    border-radius:5px;
    border:0px;
    cursor:pointer;
}
.div_list1 .form-label {
    width: 100px;
    padding-left: 0px;
    padding-right: 0px;
}

.el-dialog__body {
    padding: 0px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}
.el-upload {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.el-upload-dragger {
    text-align:center;
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.el-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    font-size: 12px;
    text-align:center;
    width:100%;
}
.el-link a{
    color: #1890ff;
}