@charset "utf-8";
/*重置*/
body { font: 14px/1.4 -apple-system,PingFang SC,Hiragino Sans GB,Arial,Microsoft YaHei,Helvetica Neue,sans-serif;  background: #FFF; -webkit-font-smoothing: antialiased; color: #333;}
input, textarea, select { font-family: inherit; margin:0;padding:0; background:none;border:1px solid #a2a2a2;}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, menu, li, form, div, dl, dt, dd, pre ,fieldset, input, textarea, blockquote, th, td, figure{ margin: 0; padding:0;}
ul, ol ,menu{ list-style-type: none; }
a { text-decoration:none; }
img { border: 0; }

/*共用-重置element*/
.el-dialog__title{font-size: 16px;}
.el-dialog__body{padding: 20px;}
.el-dialog__footer{text-align: center;}
.el-input-group__append .el-select{width: 100px;}
.el-table{margin-top: 20px;}
.el-table .el-avatar{vertical-align: middle;}
.el-table td{border-bottom: 0;}
.el-table:before{display: none;}
.el-table th{font-weight: normal;}
.el-row--flex{flex-wrap: wrap;}
.el-form-item{margin-bottom: 16px;}
.el-link i{font-size: 20px;vertical-align: middle;margin-right: 5px;}
.el-pagination{text-align: center;margin: 50px 0;}
.el-checkbox__inner{width: 20px;height: 20px;}
.el-checkbox__inner::after{left: 7px;top: 4px;}

/*头部*/
.temp-header{ width: 100%; height:60px; line-height: 60px; background: #2395FF;}
.temp-header .w1200{ max-width: 1200px; margin: 0 auto; display: flex; justify-content: flex-start; align-items: center;}
.temp-header-tit{ margin-left:20px; font-size: 24px; font-weight: bold; color:#fff;}
/*main*/
.temp-main{ padding-bottom: 30px; background: #F3F4F9;}
.temp-main .w1200{ max-width: 1200px; margin: 0 auto;}
.temp-main-head{ padding-top: 20px; display: flex; justify-content: space-between; align-items: center;}
.data-export-time,.data-export-btn{width: 376px; height: 36px; line-height: 36px; text-align: center; font-size: 12px; color:#676767; background: #FFFFFF; border: 1px solid #E7E7E7; border-radius: 4px;}
.data-export-time{ text-indent: 50px; background:#fff url(../imgs/time.svg) no-repeat 10px; background-size: 24px;}
.data-export-time input{ width: calc(100% - 36px); height: 36px; font-size: 14px; color: #676767; outline: none; border:0;}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect{ background: transparent;}
.drp-buttons .cancelBtn,.drp-buttons .applyBtn{ width:50px; height:30px; background: #eee; border:1px solid #E7E7E7; cursor: pointer;}
.drp-buttons .applyBtn{ color: #fff; background: #2396FF;}
.data-export-btn{width: 96px;}
.data-export-btn:active,.data-export-btn:focus, .data-export-btn:hover { color: #2395FF; border-color: #2395FF; background-color: #fff;}
.temp-main-item{ margin-top:10px; background: #FFFFFF; border: 1px solid #E8E8E8; border-radius: 4px;}
.temp-item-head{ width: calc(100% - 30px); padding: 0 20px 0 10px; height:40px; line-height: 40px; border-bottom:1px solid #E7E7E7; display: flex; justify-content: space-between; align-items: center;}
.item-head-left{ display: flex; justify-content: flex-start; align-items: center;}
.item-head-left p:first-child{ color: #B7B7B7; font-size: 14px;}
.item-head-left p:last-child{ margin-left: 20px; color: #4F4F4F; font-size: 14px;}
.temp-item-content{ padding: 10px 20px 10px 10px; display: flex; justify-content: flex-start; align-items: center;}
.item-content-left{width: 140px; height: 198px; padding: 20px 16px; background: #F3F3F9; box-shadow: 0 0 8px rgba(0,0,0,.1); position: relative; display: flex; justify-content: center; flex-wrap: wrap;}
.item-content-left img{ width: 140px;}
.item-content-left img:first-child{ margin-bottom: 10px;}
.preview-btn{ width: 46px; height: 20px; line-height: 20px; text-align:center; font-size: 12px; color:#fff; background: rgba(0,0,0,.5); border-radius: 20px; position: absolute; top:10px; left:10px;}
.submit-btn{ font-size:14px; color:#2396FF;}
.preview-btn:active,.preview-btn:focus, .preview-btn:hover { color: #fff; background-color: rgba(0,0,0,.8);}
.content-right-infor{ height:110px; margin-top: 10px; margin-left: 20px; font-size: 14px; color:#4F4F4F;}
.content-right-infor .card-name{ font-size: 16px;}
.content-right-infor .card-number{color: #B7B7B7;}
/*翻页*/
.pagination{ padding: 40px; display: flex; justify-content: center; align-items: center;}
.pagination a,.pagination span,.pagination input,.pagination label{ display: inline-block; height: 40px; line-height: 40px; margin: 0 5px; transition: .6s;}
.pagination a,.pagination span,.pagination input{ text-align: center; font-size: 16px; color:#434A54; background: #FFFFFF; border: 1px solid #AAB2BD; border-radius: 4px;}
.pagination span,.pagination input{ width:40px; cursor: pointer;}
.pagination span.on,.pagination span:hover,.pagination a:hover{ border-color: #C50011; background: #C50011; border-radius: 4px; color:#fff;}
.pagination a{ padding: 0 15px;}
.pagination p{ height:40px; margin: 0 5px; line-height: 24px; font-size: 30px; color:#434A54;}

/*预览弹窗*/
.preview-maks,.previewDialog,.batchHandleDialog{ display: none;}
.preview-maks{ width: 100%; position: fixed; top:0; left: 0; right: 0; bottom:0; background: rgba(0,0,0,.5); z-index: 2;}
.previewDialog,.batchHandleDialog{ width: 900px; height:560px; padding: 20px 0; background: #F3F4F9; border-radius: 16px; position: absolute; top:50%; left: 50%; margin-left: -450px; margin-top:-300px; z-index: 4;}
.close-dialog-btn{ font-size: 30px; color: #fff; position: absolute; top: -30px; right: -30px; cursor: pointer;}
.preview-swiper{ width:450px; overflow: hidden;}
.preview-img{ width:450px; margin: 0 auto;}
.preview-img img{ max-width: 450px; margin: 10px 0;}
.swiper-container { width: 100%; height: 100%;}
.swiper-slide { text-align: center; font-size: 18px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}

/*暂无订单信息*/
.temp-nodata { height:calc(100vh - 360px); text-align: center; padding-top: 240px;}

.temp-main-head-left{ display: flex; justify-content: flex-start; align-items: center;}
.examine-box{ width: 190px; height: 36px; line-height: 36px; margin-left: 20px; background: #FFFFFF; border: 1px solid #2396FF; border-radius: 4px; display: flex; justify-content: space-between; align-items: center;}
.examine-box a{ display: block; text-align: center; font-size: 12px; color: #2396FF; flex: 1; transition-duration: 0.3s;}
.examine-box a.stay-examine{ border-left:1px solid #2396FF; border-right: 1px solid #2396FF;}
.examine-box a.on,.examine-box a:hover{ background: #2396FF; color:#fff;}
.batch-handle-btn,.data-export-btn{ display: inline-block; width: 96px; height: 36px; line-height: 36px; text-align: center; font-size: 12px; color:#676767; background: #FFFFFF; border: 1px solid #E7E7E7; border-radius: 4px;}
.examine-drop-down{ width: 90px; background: #FFFFFF; border: 1px solid #E8E8E8; border-radius: 4px;}
.examine-drop-down dt,.examine-drop-down dd{ height:36px; line-height: 36px; font-size: 14px; text-align: center; cursor: pointer;}
.examine-drop-down dt{ color: #2396FF;}
.examine-drop-down dd{ color: #676767; display: none;}
.examine-drop-down dt .drop-down-icon,.examine-drop-down dd .croper-ok-icon{ display: inline-block; width: 14px; height: 8px; margin-left: 5px;}
.examine-drop-down dt .drop-down-icon{ background: url(../../../images/arrow-down.svg) no-repeat center; background-size: 14px;}
.examine-drop-down dt.on .drop-down-icon{ background: url(../../../images/arrow-up.svg) no-repeat center; background-size: 14px;}
.examine-drop-down dd.active .croper-ok-icon{ background: url(../../../images/croper-ok.svg) no-repeat center; background-size: 14px;}
.examine-drop-down dd.active{ color: #2396FF;}
.temp-item-head{ align-items: flex-start; margin-top: 6px;}
.batchHandleDialog{ padding: 0 20px 20px;}
.batchHandleDialog-head{ border-bottom: 1px solid #E8E8E8; height: 60px; line-height: 60px; display: flex; justify-content: flex-start; align-items: center;}
.batchHandleDialog-head h3{ margin-right: 10px; font-size: 18px; color: #505050;}
.batchHandleDialog-head label{ font-size: 12px; color: #FF9753;}
.batchHandleDialog-content{ height: 400px; padding-top: 20px; overflow-y: auto;}
.batchHandle-item{ height:30px; display: flex; justify-content: space-between; align-items: center;}
.batchHandle-item label{ font-size: 14px; color: #505050;}
.batchHandleDialog-content::-webkit-scrollbar { width: 4px; height: 1px;}
.batchHandleDialog-content::-webkit-scrollbar-thumb { border-radius: 4px;}
.batchHandleDialog-content::-webkit-scrollbar-track { border-radius: 4px; background: #e6e6e6;}
.batchHandle-icon{ color: #2396FF;}
.batchHandle-icon i{ display: inline-block; width: 14px; height: 8px; margin-left: 5px; margin-right: 20px; background: url(../imgs/croper-ok.svg) no-repeat center; background-size: 14px;}
.defines-btn{ width: 96px; height: 36px; line-height: 36px; margin: 40px auto; text-align: center; color: #fff; background: rgba(35, 150, 255, 0.8); opacity: 0.8; border-radius: 4px; cursor: pointer; transition-duration: 0.3s;}
.defines-btn:hover{ background: rgba(35, 150, 255, 1);}





