*{margin:0;padding:0;box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,a,p,label,ul,li,label,span{margin:0;padding:0;font-family:'微软雅黑';}
a,a:active,a:focus, a:hover{text-decoration:none;}
.clear{clear:both;}
body{background:#f1f2f6;}
html,body{height:100%;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance: none;}
input[type="number"]{ -moz-appearance: textfield;}
/* 设置滚动条的样式 */
::-webkit-scrollbar {width:5px;height:5px;}
    /* 滚动槽 */
::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;}
    /* 滚动条滑块 */
::-webkit-scrollbar-thumb {border-radius:5px; background: rgba(2, 65, 124, 0.7);-webkit-box-shadow:inset 0 0 6px rgba(2, 65, 124, 0.7);}
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0,0,0,0.3);}

/* elementUi样式修改 */
    .theme_btn{background-color:#5263d9 !important;border-color:#4678ea !important;}
    /* elementUi下拉框 */
    .el-select .el-input__inner{height:36px !important;line-height:36px !important;}
    .el-select .el-input__icon{line-height:36px !important;}
    .el-form-item__content{line-height:0 !important;}
/* elementUi样式修改 end*/

/* 按钮通用样式 */
.btn{height:36px;line-height:36px;padding:0 30px;cursor: pointer;border-radius: 4px;}
.btn_theme{background:#5263d9;border:1px solid #4678ea;color:#fff;} /* 主题色填充版 */
.btn_theme:active{background:#5e74a7;}
.btn_theme_border{border:1px solid #728bc6;color:#728bc6;background:#fff;}  /* 主题色边框版 */
.btn_theme_border:active{background:#ecf5ff;}

.conter{width:100%;height:100%;background: #fff;}
.conter .con_top{height:60px;padding:10px;border-bottom:1px solid #ddd;}
.conter .con_bot{height:calc(100% - 60px);padding:10px;overflow: auto;}
.my-popover{max-width: 20%;}

.el-form-item{width: 50%;float: left;margin-bottom: 5px!important;}
.form_text{padding: 5px 15px;font-size: 16px;color: #000;font-weight: bold;}
.workOrder{margin-bottom: 0!important;}
.el-textarea .el-textarea__inner{padding: 10px;}

.client{width: 100%;padding: 0 10px;}

.form_btn{text-align: center;padding: 15px 0;}
.form_btn .btn{width: 150px;}
.form_img{padding: 10px;}
.oform_img{padding: 10px;}
.form_input{padding: 10px;}
.form_video{border: solid 1px #ccc;}
.asterisk{color: #f00;}

.form_video >>>.el-upload-list__item-actions .el-upload-list__item-preview .el-icon-zoom-in{font-size: 30px;}

/* 所有的上传附件大小 */
.client .oform_img .el-upload-list .el-upload-list__item{width: 100px;height: 100px;line-height: 100px;}
.form_img .el-upload{width: 100px;height: 100px;line-height: 100px;}
.oform_img .el-upload{width: 100px;height: 100px;line-height: 100px;}

.active{color: #f00;}

.form_video .el-upload-list .el-upload-list__item{width: 100px;height: 100px;}

.cancel{width: 100%;text-align: center;padding-top: 10px;}

.stylered{color: #f00;font-weight: bold;}
/* .maintain-afterSale >>>.el-form .el-form-item{margin-bottom: 5px!important;} */
/* .stylebtn{width: 115px!important;} */











