/*------------reset-----------*/
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body {font:12px "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    background: #fff;padding:20px;letter-spacing:1px;cursor: default;line-height: normal;color:#212435;}
ul,ol { padding-left:0; list-style-type:none;}
body,div,h1,h2,h3,h4,p,ul,ol,form,dl,dt,dd { margin:0;}
h1,h2,h3,h4,h5,p{font-weight: normal;line-height: normal;}
:hover{cursor: default;}
:focus {outline: 0;-moz-outline:none;}
a,a:hover,a:focus{color:inherit; text-decoration: none;outline:0;cursor: pointer;font:12px "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;}
input,textarea,select,button{font-size:100%;outline: none;color:inherit;font:12px "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;}
textarea{resize:none;}
input:-internal-autofill-selected {background: #fff !important;}
caption,th{ font-weight: normal;}
i{font-style: normal;}
select { /*将默认的select选择框样式清除*/ appearance:none; -moz-appearance:none; -webkit-appearance:none; }
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
::-webkit-input-placeholder {color: #999 !important;}
::-moz-placeholder {color: #999 !important;}
:-ms-input-placeholder {color: #999 !important;}
/*-------------common css-----------*/

.txt-normal{color: #66697a;}
.fix { *zoom: 1; }
.fix:after { content: ''; display: table; clear: both; }
.fl{float: left;}
.fr{float: right;}
.ovh{overflow: hidden;}
.ova{overflow-y: auto;}
.tc{text-align: center;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mt10{margin-top: 10px;}
.mt12{margin-top: 12px;}
.mt20{margin-top: 20px;}
.mt30{margin-top:30px;}
.mr20{margin-right:20px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mr10{margin-right:10px;}
.p0{padding: 0;}
.p15{padding: 15px;}
.p20{padding: 20px;}
.p30{padding: 30px;}
.pb20{padding-bottom: 20px;}
.pl30{padding-left:30px;}
.df{display: flex;display: -webkit-flex;}
.jb{justify-content: space-between;}
.alc{align-items: center;}
.fw{flex-wrap: wrap;}
.pr{position: relative;}


/*button*/
.blue{color: #4988fd;}
.blue:link,.blue:visited,.blue:hover,.blue:active{color: #3a78ef;cursor: pointer;}
.blue span{cursor: pointer;}
.el-button{border-radius: 2px;font-size: 12px;height:26px;line-height: 25px;padding: 0 20px;}
.el-button span{cursor: pointer;}
.el-button.btn-back{padding:0px 20px;}
.el-button.btn-back:hover{background: #f2f2f2;border-color: #ddd;color:#212435;}
.el-button.btn-blue{padding: 0px 20px;background-color: #4988fd;border-color: #4988fd;color:#fff;cursor: pointer;}
.el-button.btn-blue:hover,.el-button.btn-blue:focus{color: #fff;background-color: #3a78ef;border-color: #3a78ef;color:#fff;}
.el-button.btn-blue.is-disabled,.el-button.btn-blue.is-disabled:hover,.el-button.btn-blue.is-disabled:focus{color: #fff;background-color: #909399;border-color: #909399;}
.el-button.is-hollow{padding: 0px 20px;background-color:transparent;border-color: #4988fd;color:#4988fd;cursor: pointer;}
.el-button.is-hollow.white{background-color: #fff;}
.el-button.is-hollow:hover,.el-button.is-hollow:focus{background-color: #3a78ef;border-color: #3a78ef;color:#fff;}
.el-button.btn-table-add{display:block;width: 100%;border:1px dashed #d9dbe5;padding: 0;background: #f7f8fd;color: #9ea0ac;margin-top: 6px;}


.btn-round{display:inline-block;border-radius: 36px;width: 36px;height:36px;line-height:37px;text-align: center;}
.btn-round i{color:#fff;font-size: 21px;font-weight: normal;}
.btn-round.blue{background-color: #4988fd;}
.btn-round.green{background-color: #52b87f;}
.btn-round.red{background-color: #ff617b;}



/*------------复写el-ui-------------*/
.el-form-item{position: relative;margin-bottom: 10px;}
.el-form-item__label{padding: 0 3px 0 0;font-size: 12px;line-height: 26px;color:#66697a;}
.el-form-item__content{line-height: 26px;font-size: 12px;}
.el-form-item.is-success .el-input__inner:focus, .el-form-item.is-success .el-textarea__inner:focus{border-color: #999;}
.el-form-item.is-success .el-input__inner, .el-form-item.is-success .el-textarea__inner{border-color: #ddd;}
.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{color:#ff2323;position: relative;top: 3px;}
.el-form-item .el-form-item__label .required{color:#ff2323;position:relative;top: 3px;}
.el-form-item__error{color:#ff2323;font-size: 12px;white-space: normal;position: relative;}
.el-form-item__error:before{content: "\e632";font-family:iconfont !important;color:#ff2323;}
.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-textarea__inner {border-color: #ff2323;}
.el-form-item.star .required-star{position: absolute;color:#ff2323;top:2px;}
.error-tip{color: #ff2323;display: none;}

/*.el-input{width: auto;}*/
.el-input__inner{color:#333;border-radius:0;height:26px;line-height:26px;font-size: 12px;}
.el-input.is-disabled .el-input__inner {background-color: #f2f2f2;border-color: #d9dbe5;color: #bbb;cursor: not-allowed;}
.el-textarea__inner,.el-radio__inner,.el-input__inner{border:1px solid #d9dbe5;}
.el-select-dropdown__item.selected.hover,.el-select-dropdown__item.hover{font-size:12px;background-color: #4988fd;color:#fff;}
.el-select{width: 100%;}
.el-select-dropdown__item.selected{font-weight: normal;color:#4988fd}
.el-select-dropdown__item{font-size: 12px;}
.el-select .el-input__inner:focus { border-color: #999; }
.el-select:hover .el-input__inner { border-color: #999; }
.el-select .el-input .el-select__caret{line-height: 27px;}
.el-input__suffix-inner{font-size: 12px;}
.el-textarea__inner:hover,.el-input.is-active .el-input__inner, .el-input__inner:focus,.el-textarea__inner:focus{border-color: #999}
.el-cascader-menu__item.is-active{color:#4988fd;}
.el-cascader .el-input .el-icon-arrow-down{-webkit-transform: rotateZ(90deg);transform: rotateZ(90deg);}
.el-cascader .el-input .el-icon-arrow-down.is-reverse {-webkit-transform: rotateZ(270deg);transform: rotateZ(270deg);}
.el-cascader-node__label{font-size: 12px;}
.el-range-editor.el-input__inner,.el-date-editor .el-range-input, .el-date-editor .el-range-separator{vertical-align: middle;font-size: 12px;}
.el-date-editor .el-range-separator{line-height: 26px;position: relative;top:-3px;}
.el-date-editor .el-range__icon{position: relative;top:-3px;}
.el-range-editor.el-input__inner.h36{height: 36px;}
.el-date-editor.h36 .el-range__icon,.el-date-editor.h36 .el-range-separator{line-height: 26px;}
.el-date-editor.el-input{width: 100%;}
.el-date-editor .el-range__icon{line-height: 26px;}
.el-range-editor.is-active, .el-range-editor.is-active:hover {border-color: #999;}
.el-date-editor .el-range__close-icon{line-height: 22px;}
.el-range-editor.el-input__inner{width: auto}
.el-picker-panel__footer .el-button{padding: 0 15px;}
.el-input__icon{line-height: 26px;}

.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {color: #ccc;}
.el-input.is-disabled .el-input__inner::-moz-placeholder {color: #ccc}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {color: #ccc  }
.el-input.is-disabled .el-input__inner::placeholder {color: #ccc}
.el-input__inner::-webkit-input-placeholder {color: #ccc}
.el-input__inner::-moz-placeholder {color: #ccc}
.el-input__inner:-ms-input-placeholder {color: #ccc}
.el-input__inner::placeholder {color: #ccc}
.el-input__inner.is_error {border-color: #ff2323}

.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {color: #ccc }
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {color: #ccc}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {color: #ccc}
.el-textarea.is-disabled .el-textarea__inner::placeholder {color: #ccc}
.el-textarea__inner::-webkit-input-placeholder {color: #ccc}
.el-textarea__inner::-moz-placeholder {color: #ccc}
.el-textarea__inner:-ms-input-placeholder {color: #ccc}
.el-textarea__inner::placeholder {color: #ccc}
.el-textarea__inner.is_error {border-color: #ff2323}

.el-pagination{text-align: right;padding-top: 10px;}

.el-table{border: 1px solid #d9dbe5;font-size: 14px;border-right: 1px solid #edeff7;border-bottom: 0;}
.el-table--border::after, .el-table--group::after, .el-table::before{background-color:transparent;}
.el-table thead{color:#66697a;}
.el-table th.el-table__cell{background: #dadeee;}
.el-table th,.el-table td{font-size: 12px;}
.el-table th{background-color: #dadeee;padding: 8px 0;border-right: 1px solid #edeff7;}
.el-table .cell,.el-table th>cell{line-height:normal;}
.el-table th.is-leaf{border-bottom: 0;}
.el-table td{padding: 3px 0;height:40px;border-bottom: 1px solid #d9dbe5;border-right: 1px solid #d9dbe5;}
.el-table--striped .el-table__body tr.el-table__row--striped td{background-color: #ebedf5;}
.el-table td.cascade .cell{display:flex;display:-webkit-flex;justify-content: space-between;}
.el-table td .longlat-label.is_error{border-color: #ff2323;border-radius: 6px;}
.el-table td .error-tip,.el-table td .error-tip{color: #ff2323;}
.el-table .el-button--text{font-size: 12px;height: auto;line-height: 1;padding: 0;}
.el-table .el-button+.el-button{margin-left: 0;}
.el-table .split-column{padding: 0;}
.el-table .split-column>.cell{padding: 0;}
.el-table th.split-column>.cell{padding: 10px;}
.el-table .split-column .el-table{border:0;}
.el-table .split-column .el-table--scrollable-x .el-table__body-wrapper{overflow-x: hidden;}
.el-table .split-column .el-table tr td:last-child{border-right:0;}
.el-table .split-column .el-table tr:last-child td{border-bottom: 0;}
.el-table .split-column .el-table tr:nth-child(2n) td{background: #fff;}
.el-table .el-form-item__error{white-space: normal;}
.el-table__empty-block{border-bottom: 1px solid #edeff7;}

.el-pagination button, .el-pagination span:not([class*=suffix]){font-size: 12px;}
.el-pager li{font-size: 12px;}
.el-pager li.active {color: #4988fd;cursor: default;}

.el-tree{color:#212435}
.el-checkbox__inner{border-radius: 3px;}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {background-color: #4988fd;border-color: #4988fd;}
.el-checkbox__inner:hover {border-color: #3a78ef;}
.el-checkbox__input.is-checked+.el-checkbox__label {color: #212435;}

.el-radio__input.is-checked .el-radio__inner{border-color: #4988fd;background: #4988fd;}
.el-radio__input.is-checked+.el-radio__label {color: #66697a;}
.el-radio__input:hover .el-radio__inner{border-color: #3a78ef;cursor: pointer;}

.el-dialog__title{font-size: 16px;}
.el-dialog__header{border-bottom: 1px solid #ebedf5;padding: 15px 20px 10px;}
.el-dialog__headerbtn{top:14px;}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {color: #4988fd;}

.el-tree-node__label {font-size: 12px;}

.el-message-box__title{font-size: 16px;}
.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {color: #212435;}
.el-message-box__btns .el-button{padding: 0px 15px;}
.el-message-box__btns .el-button--default:hover{background: #e0e0e0;color:#212435;border-color: #d9dbe5;}
.el-message-box__btns .el-button--primary{background: #4988fd;border-color: #4988fd;}
.el-message-box__btns .el-button--primary:hover{background: #3a78ef;border-color: #3a78ef;color:#fff;}

.el-switch__core{height: 16px;}
.el-switch__core:after{height: 12px;width: 12px;}
.el-switch.is-checked .el-switch__core::after{margin-left: -13px;}
.el-switch.is-checked .el-switch__core {border-color: #4988fd;background-color: #4988fd;}

.el-select .el-input.is-focus .el-input__inner {border-color: #999;}
.el-select-dropdown.is-multiple .el-select-dropdown__item{color:#212435;font-size: 12px;}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#4988fd;}
.el-select .el-tag{height: 16px;line-height: 12px;border-radius: 2px;background: #ebedf5;border-color: #d9dbe5;color:#66697a;}
.el-tag.el-tag--info .el-tag__close{height: 14px;width: 14px;line-height: 14px;}
.el-select-dropdown.is-multiple .el-select-dropdown__item:before{content:'';position:absolute;z-index:4;width: 16px;height: 16px;border:1px solid #d9dbe5;border-radius: 2px;right: 19px;top:9px;}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::before{content:'';position:absolute;z-index:4;width: 16px;height: 16px;background: #4988fd;border-radius: 2px;right: 19px;top:9px;}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{content:'\e610';font-family:'iconfont' !important;color:#fff;z-index: 5;top:1px;right: 21px;}
.el-select-dropdown__item.selected.hover, .el-select-dropdown__item.hover{background: #fff;color:#212435;}
.el-select-dropdown__item.selected.hover span, .el-select-dropdown__item.hover span{cursor: pointer}
.el-select-dropdown.is-multiple .el-select-dropdown__item.select-tree-option:before{display: none;}

.upload-demo.button .el-button{padding: 0 15px;}
.upload-demo.button{position: relative;}
.upload-demo.button .el-upload__tip{position: absolute;left: 90px;top:-6px;white-space: nowrap;}
.el-upload-list{position: relative;top:-5px;}

.el-collapse{width: 100%;border: 0;}
.el-collapse .el-collapse-item.noarrow .el-collapse-item__arrow{display: none;}
.el-collapse-item__content{padding:0 10px 10px 20px;}
.el-collapse-item__header{padding: 0 20px;height: 32px;line-height: 32px;background: #dadeee;margin-bottom: 20px;position: relative;border-top:1px solid #d9dbe5;border-bottom:1px solid #d9dbe5;}
.el-collapse-item__header .el-button{position: absolute;right: 28px;top:2px;padding: 0;color:#4988fd}
.el-collapse-item__header .right-txt{height: 32px;color:#9ea0ac;position: absolute;top:0;right:42px;font-size: 12px;}
.el-collapse-item__header .panel-tit{font-size: 12px;}
.el-collapse-item__wrap{border:0;background: #ebedf5;}
.el-collapse-item__arrow.el-icon-arrow-right:before{content: '\e740';font-size: 12px;color:#9ea0ac;}

.el-table__column-filter-trigger i{transform: scale(1)  rotate(90deg);}
.el-cascader-node>.el-radio.is-disabled .el-radio__input.is-disabled .el-radio__inner{cursor: not-allowed;background-color: #eaeaec;border-color: #c8c8c9;}
.el-cascader-node>.el-radio.is-disabled .el-radio__input:hover .el-radio__inner{background-color: #eaeaec;border-color: #c8c8c9;}
.el-cascader-node>.el-radio.is-disabled+.el-cascader-node__label{cursor: not-allowed;color: #a3a3a6;}

.el-tabs__item{font-size: 12px;}
.el-tabs__item:hover {color: #4988fd;}
.el-tabs__item.is-active {color: #4988fd;}
.el-tabs__active-bar{background-color: #4988fd;}

/*loading css*/
.loader{position:absolute;width:100%;text-align: center; background: #fff;height: 100%;display: flex;display: -webkit-flex; justify-content: center;align-items: center;z-index:999999;}
.line-scale-pulse-out > div {background-color: #4988fd;width: 4px;height: 35px;border-radius: 2px;margin: 2px;-webkit-animation-fill-mode: both;animation-fill-mode: both;display: inline-block;-webkit-animation: line-scale-pulse-out 0.9s 0s infinite cubic-bezier(.85, .25, .37, .85);
    animation: line-scale-pulse-out 0.9s 0s infinite cubic-bezier(.85, .25, .37, .85); }
.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {-webkit-animation-delay: 0.2s !important;animation-delay: 0.2s !important; }
.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {-webkit-animation-delay: 0.4s !important;animation-delay: 0.4s !important; }
@-webkit-keyframes line-scale-pulse-out {
    0% {-webkit-transform: scaley(1);transform: scaley(1); }
    50% {-webkit-transform: scaley(0.4);transform: scaley(0.4); }
    100% { -webkit-transform: scaley(1);transform: scaley(1); }
}
@keyframes line-scale-pulse-out {
    0% { -webkit-transform: scaley(1);transform: scaley(1); }
    50% {-webkit-transform: scaley(0.4);transform: scaley(0.4); }
    100% {-webkit-transform: scaley(1);transform: scaley(1); }
}

/*alert,confirm*/
.blacklay{ position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;background-color: #000;filter: alpha(opacity=50);opacity: .5;}
.confirm-modal,.alert-modal{ position:fixed;z-index:1060;left:50%;top:50%;background:#fff;min-width:300px;max-width:400px;margin-left:-220px;margin-top:-100px; text-align:center;overflow: hidden;border-radius: 4px;}
.confirm-modal .modal-header,.alert-modal .modal-header{position: relative;padding: 15px 15px 10px;text-align: left;font-size: 14px;}
.confirm-modal .modal-header .close,.alert-modal .modal-header .close {position: absolute;right: 20px;top: 11px;font-size: 16px;color: #909399;}
.confirm-modal .modal-header .close:hover,.alert-modal .modal-header .close:hover{color: #4988fd;cursor: pointer;}
.confirm-modal .modal-body,.alert-modal .modal-body{padding: 10px 15px;color: #606266;font-size: 14px;text-align: left;}
.confirm-modal .modal-footer,.alert-modal .modal-footer{padding:20px;text-align: right;}
.confirm-modal .modal-footer .btn,.alert-modal .modal-footer .btn{padding:6px 20px;background-color: #4988fd;border-color: #4988fd;border-radius:2px;color:#fff;cursor: pointer;}

/*-------------图标----------------*/

@font-face {
    font-family: 'iconfont';  /* project id 2128495 */
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont,[class*=" el-icon-"], [class^=el-icon-]{font-family:"iconfont" !important;font-size:16px;font-style:normal;color:#999;-webkit-font-smoothing: antialiased;/*-webkit-text-stroke-width: 0.2px;*/-moz-osx-font-smoothing: grayscale;}
[class*=" el-icon-"]:hover, [class^=el-icon-]:hover{cursor: pointer;}
.iconfont.blue{color:#4988fd;vertical-align: middle;}
.el-icon-caret-bottom:before {content: "\E883";}
.el-icon-arrow-down:before {content: "\E60a";}
.el-icon-close:before { content: "\e682"; }
.el-icon-arrow-up:before {content: "\e882";}
.el-icon-arrow-left:before {content: "\e6a6";}
.el-icon-arrow-right:before {content: "\e743";}
.el-icon-caret-right:before {content: "\e60a";}
.el-icon-plus:before {content: "\E6a7";}
.el-icon-time:before,.el-icon-date:before {content: "\E615";font-size: 18px;}
.el-icon-document:before {content: "\e648";}
.el-icon-circle-close:before {content: "\e657";}
.el-icon-success:before{content: "\e71b";}
.el-icon-warning:before {content: "\e61e";}
.el-icon-info:before {content: "\e617";}
.el-icon-error:before {content: "\e657";}
.el-icon-more:before {content: "\e6b1";}
.el-icon-d-arrow-left:before {content: "\e741";}
.el-icon-d-arrow-right:before {content: "\e740";}
.el-icon-circle-check:before {content: "\e63c";}
.el-icon-close:before {content: "\e682";}
.el-icon-search:before {content: "\e66b";}

.icon-plus:before {content: "\E6a7";}
.icon-add:before{content: "\e6a7";cursor: pointer;}
.icon-help:before{content: "\e65a";color:#cbcdd7;}
.icon-delete:before{content: "\e682";}
.icon-success:before{content: "\e629";}
.icon-fail:before{content: "\e8c5";}
.icon-other:before{content: "\e63b";}
.icon-record:before{content: "\e647";}
.icon-newAdd:before{content: '\e7aa'}
.icon-success1:before{content: "\e71b";}
.icon-fail1:before{content: "\e682";}
.icon-recall:before{content: '\ec45'}
.icon-submit:before{content: '\e630'}
.icon-signing:before{content: '\e680'}
.icon-lastNode:before{content: '\e6b1'}
.icon-edit:before{content: '\e608'}
.icon-user:before{content: '\e7d8';color:#66697a;font-size: 22px;line-height: 40px;margin-left: 8px;}
.icon-password:before{content: '\e62c';color:#66697a;font-size: 22px;line-height: 40px;margin-left: 8px;}
.icon-approvalUser:before{content:'\e613'}
.icon-approvalBranch:before{content:'\e60d'}
.icon-unproduced:before{content:'\e633'}/*未生产*/
.icon-produced:before{content: '\e63c';}/*已生产*/
.icon-outbound:before{content: '\e645';}/*已出库*/
.icon-pre-activated:before{content: '\e645';}/*预激活*/
.icon-lock:before{content: '\e603';}/*已锁定*/
.icon-activator:before{content: '\e628';}/*正式激活*/
.icon-putOut:before{content: '\e609';}/*出库*/
.icon-receiving:before{content: '\e60c';}/*收货*/
.icon-logistic:before{content: '\e680';}/*物流信息录入*/

.icon-add.plus-add,.icon-delete.plus-dele{position: absolute;top:3px;}
.icon-add.plus-add{width: 20px;height: 20px;background: #4988fd;color:#fff;border-radius: 20px;line-height: 20px;text-align: center;right: -20px;font-size: 14px;}
.icon-delete.plus-dele{width: 20px;height: 20px;background: #ff6b5c;color:#fff;border-radius: 20px;line-height: 20px;text-align: center;right: -50px;font-size: 14px;}
.icon-delete.plus-dele.single{right: -20px;}


.menu-icon1:before{content: "\e604"}
.menu-icon2:before{content: "\e6c8"}
.menu-icon3:before{content: "\e76e"}
.menu-icon4:before{content: "\e614"}
.menu-icon5:before{content: "\e609"}
.menu-icon6:before{content: "\e67d"}
.menu-icon7:before{content: "\e63e"}
.menu-icon8:before{content: "\e668"}
.menu-icon9:before{content: "\e607"}
.menu-icon10:before{content: "\e65f"}
.menu-icon11:before{content: "\e648"}
.menu-icon12:before{content: "\e611"}
.menu-icon13:before{content: "\e70d"}
.menu-icon14:before{content: "\e6b8"}


