@charset "utf-8";

/**************************预览**************************/
.page-preview{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.page-preview .mask {
  background: #000;
  height: 100%;
  opacity: 0.7;
}
.page-preview .box {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -350px;
  margin-top: -330px;
}
.page-preview .boxInner{
    position: relative;
    width: 700px;
    height: 712px;
}
.page-preview .iphonewrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 352px;
    height: 712px;
    background: url(img/iphonebg.png) no-repeat 0 0;
}
.page-preview iframe.iphone{
    border: none;
    margin-top: 72px;
    margin-left: 18px;
}
.page-preview .preview_close{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(img/previewother.png) no-repeat -62px 2px;
}
.page-preview .preview_close:hover{
  cursor: pointer;
}
.page-preview .preview_qrcode{
    position: absolute;
    right: 94px;
    top: 130px;
    width: 166px;
    height: 260px;
    background: url(img/previewother.png) no-repeat 1px -86px;
}
.page-preview img.qrcode{
    width: 146px;
    height: 146px;
    margin: 11px 0 0 10px;
}

/***********************排序*************************/
.page-sort {
  position:fixed;
  left:0;
  top:0;
  height:100%;
  width:100%;
  z-index:1000;
}
.page-sort .mask {
  background:#000;
  height:100%;
  opacity:0.7;
}
.page-sort .box {
  position:absolute;
  left:50%;
  top:50%;
}
.page-sort .boxInner {
  position:relative;
  left:-50%;
  margin-top:-300px;
  background:#fff;
  width:520px;
  padding:0px 10px 12px;
  border-top: 4px solid #832688;
  border-radius: 3px;
}
.page-sort .modalWindow-close{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(images/c_viewDetails_close.png) no-repeat;
  position: absolute;
  z-index: 3;
  right: 0px;
  top: -4px;
  cursor: pointer;
}
.page-sort .header {
  /*border-bottom:1px solid #CCC;*/
}
.page-sort .title {
  font-size: 12px;
  line-height: 50px;
  color: #333;
  padding: 0 5px 0 20px;
  margin-right: 170px;
  background: url(img/sprite-sort.png) no-repeat 2px 3px;
}
.page-sort .tip {
  font-size:12px;
  color:#ccc;
  padding:0 5px;
}
.page-sort .content {
  position:relative;
  font-size:13px;
  line-height:28px;
}
.page-sort .left {
  /*width:480px;
  overflow-y:auto;
  height:460px;*/
}
.page-sort .left .list {
  font-size:14px;
  border: 1px solid #f0f0f0;
  border-top:none;
  width: 100%;
  max-height: 350px;
  overflow: auto;
}
.page-sort .left .list li {
  height: 30px;
  line-height:30px;
  font-size:14px;
  color:#333333;
  border-top: 1px solid #f0f0f0;
}
.page-sort .left .list li:nth-child(even) {
  background:#fafafa;
}
.page-sort .left .list li:first-child a.up,.page-sort .left .list li:first-child a.top{
  visibility: hidden;
}
.page-sort .left .list li:last-child a.down{
  visibility: hidden;
}
/*.page-sort .left .list li.selected {
  background:#dcdcdc;
  color:#000000;
  font-weight:bold;
}*/
.page-sort .right {
  position:absolute;
  top:10px;
  right:0px;
  background:#fafafa;
  margin-left:390px;
  width:80px;
}
.page-sort .right .button {
  width:42px;
  height:42px;
  background:#888;
  margin:20px auto;
}
.page-sort .tips {
  position:absolute;
  bottom:-30px;
  right:0px;
  line-height:30px;
  height:30px;
  font-size:12px;
  color:#777;
  padding-left:20px;
}
.page-sort .tips:hover {
  color:#999;
  cursor:default;
}
.page-sort .buttons {
  height: 45px;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
.page-sort .buttons .btn {
  height:28px;
  padding: 0 18px;
  font-size:12px;
  color:#333333;
  background:#eeeeee;
  margin-right:10px;
  display: inline-block;
  text-align:center;
  line-height:28px;
  border:none;
  cursor:pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
/*.page-sort .buttons .btn:hover {
  background:#777;
}
.page-sort .buttons .btn:active {
  background:#AAA;
}*/
.page-sort .buttons .btn.dark {
  background:#832688;
  color:#FFF;
}
/*.page-sort .buttons .btn.dark:hover {
  background:#333;
}
.page-sort .buttons .btn.dark:active {
  background:#888;
}*/


#popup_sort .tc{
  text-align: center;
}
#popup_sort .pl30{
    padding-left: 15px;
    border-right: 1px solid #f0f0f0;
}
#popup_sort .cont-head p {
  border-right: 1px solid #f0f0f0;
}
#popup_sort .cont-head p:last-child {
  border-right: none;
}
#popup_sort .wd236{
  width: 236px;
}
#popup_sort .cont-head{
  height: 38px;
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: #f0f0f0;
}
#popup_sort .cont-head p{
    float: left;
    width: 50%;
    height: 33px;
    line-height: 33px;
}
#popup_sort .li-left,#popup_sort .li-right{
    float: left;
    width: 50%;
    height: 30px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#popup_sort .li-right a{
  cursor: pointer;
  color: #333;
  font-size: 12px;
  padding-left: 12px;
  background: url(img/sprite-sort.png) no-repeat;
}
#popup_sort .li-right a.up{
  background-position: -6px -154px;
}
#popup_sort .li-right a.down{
  background-position: -7px -189px;
}
#popup_sort .li-right a.top{
  background-position: -5px -227px;
}
#popup_sort .li-right a:hover{
  color: #00b2ec;
}
#popup_sort .li-right a.up:hover{
  background-position: -2px -38px;
}
#popup_sort .li-right a.down:hover{
  background-position: -3px -71px;
}
#popup_sort .li-right a.top:hover{
  background-position: -3px -110px;
}
#popup_sort .li-right span.line{
  display: inline-block;
  width: 26px;
  height: 16px;
  background: url(img/sprite-sort.png) no-repeat 3px -263px;
  vertical-align: middle;
}
#popup_sort .li-right .drag {
  display: inline-block;
  width: 26px;
  height: 16px;
  line-height: 15px;
  font-size: 12px;
  vertical-align: middle;
  cursor: move;
}

/***********************模态框*************************/
.page-modalWindow {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
}
.page-modalWindow .mask {
  background: #000;
  height: 100%;
  opacity: 0.7;
}
.page-modalWindow .box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.page-modalWindow .boxInner {
  position: relative;
  background: #ffffff;
  width: 500px;
  min-height: 160px;
  padding: 0px 10px 12px;
  border-top: 4px solid #832688;
  border-radius: 3px;
}
.page-modalWindow.page_viewer .boxInner {
  width: 920px;
}
.page-modalWindow .modalWindow-close{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(images/c_viewDetails_close.png) no-repeat;
  position: absolute;
  z-index: 3;
  right: 0px;
  top: -4px;
  cursor: pointer;
}
.page-modalWindow .title {
  border-bottom: 2px solid #f3f3f3;
  font-size: 12px;
  line-height: 40px;
  color: #333;
  padding: 0 5px;
}
.page-modalWindow.page_deliver .title {
  border-bottom: none;
  height: 42px;
  padding: 10px 0;
}
.page-modalWindow.page_deliver .title p {
  height: 20px;
  border-left: 2px solid #782f84;
  line-height: 20px;;
  padding-left: 8px;
  font-size: 16px;
  font-weight: bold;
}
.page-modalWindow .content {
  border-top: 1px solid #FFF;
  font-size: 14px;
  line-height: 28px;
  padding: 22px 5px;
  text-align: center;
}
.page-modalWindow .content .info .info_item .title{
  width: 100%;
  height: 32px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 500;
  color:#333;
  line-height: 32px;
  text-align: left;
  padding-left: 141px;
  background-color: #FAFAFA;
  border: 0;
}
.page-modalWindow .info .table_info {
  padding-top: 8px;
  margin-bottom: 27px;
}
.page-modalWindow .info .table_info tbody{
  padding: 0 68px;
}
.page-modalWindow .info .table_info tr{
  background-color: #fff;
  font-size: 12px;
  font-family:MicrosoftYaHei;
  color:#909090;
}
.page-modalWindow .info .table_info td {
  height: 26px;
}
.page-modalWindow .info .table_info td p {
  line-height: 26px;
}
.page-modalWindow .info .table_info td p:first-child{
  text-align: right;
}
.page-modalWindow.page_deliver .content {
  padding: 22px;
}
.page-modalWindow.page_deliver .content p {
  text-align: left;
}
.page-modalWindow.page_deliver .content .form {
  height: 30px;
  margin-bottom: 10px;
}
.page-modalWindow.page_deliver .content .form p.label {
  width: 120px;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: right;
}
.page-modalWindow.page_deliver .content .form .right {
  margin-left: 130px;
  height: 30px;;
  text-align: left;
}
.page-modalWindow.page_deliver .content .form .right .logisticsCompany {
  width: 150px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  display: none;
}
.page-modalWindow.page_deliver .content .form .right .logisticsCompany select {
  background: url(img/cm_select_ico.png) no-repeat 130px center;
}
.page-modalWindow.page_deliver .content .form .right .waybillNumber {
  width: 250px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  display: none;
}
.page-modalWindow.page_deliver .content .tip {
  display: none;
}
.page-modalWindow.page_deliver .content .tip p {
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  padding-top: 22px;
}
.page-modalWindow.page_deliver .content .toDeliver {
  width: 200px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 22px auto 0;
  background-color: #832688;
  border-radius: 3px;
  display: none;
}
.page-modalWindow.page_deliver .result,.page-modalWindow.page_deliver .content .form.deliverTime {
  display: block;
}
.page-modalWindow.page_deliver.edit .result,.page-modalWindow.page_deliver.edit .content .form.deliverTime {
  display: none;
}
.page-modalWindow.page_deliver.edit .content .form .right .logisticsCompany,
.page-modalWindow.page_deliver.edit .content .form .right .waybillNumber,
.page-modalWindow.page_deliver.edit .content .tip,
.page-modalWindow.page_deliver.edit .content .toDeliver
 {
  display: block;
}


.page-modalWindow .buttons {
  height: 28px;
  width: 100%;
  text-align: center;
}
.page-modalWindow .buttons .btn {
  display: inline-block;
  height: 28px;
  padding: 0 18px;
  font-size: 12px;
  color: #333333;
  background: #eeeeee;
  margin-right: 10px;
  text-align: center;
  line-height: 28px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.page-modalWindow .buttons .btn.dark {
  background: #832688;
  color: #FFF;
}
.page-modalWindow .tips {
  position: absolute;
  bottom: -30px;
  right: 0px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  color: #777;
  padding-left: 20px;
}
/*loading*/
.page-loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    min-width: 900px;
    z-index: 1000;
    display: none;
}
.page-loading-inner{
  position: relative;
  margin: 0 auto;
  max-width: 320px;
  min-width: 160px;
  display: inline-block;
  padding: 18px 25px;
  background-color: rgb(67,67,67);
  margin-top:150px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.page-loading-inner>span{
  float:left;
  color: #fff;
}
.page-loading-inner>span>img{
  display: none;
  width: 100%;
  height: 100%;
  border:0;
}
.page-loading-inner .page-loading-words{
  line-height: 45px;
}
.page-loading-img{
  background: url(../css/img/page-loading-ico.png) center center no-repeat;
  -webkit-animation: rotate 1.2s linear infinite;
          animation: rotate 1.2s linear infinite;
  height:45px;
  width: 45px;
}
.page-loading-words{
  margin-left:5px;
}
@keyframes rotate{
  0% {-webkit-transform: rotate(0);transform: rotate(0);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@-webkit-keyframes rotate{
  0% {-webkit-transform: rotate(0);}
  100% {-webkit-transform: rotate(360deg);}
}

@-webkit-keyframes load{
  0%,100%{
    height: 20px;
  }
  50%{
    height: 50px;
    margin: -15px 0;
  }
}

#page-loading.new_mode {
  background-color: #f1f1f1;
}
#page-loading .loadingWrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
}
#page-loading .loadingWrap .loading-box{
  width: 60px;
  height: 20px;
  margin: 0 auto;
}
#page-loading .loadingWrap .loading-box span {
  display: inline-block;
  width: 8px;
  height: 100%;
  -webkit-animation: load 1s ease infinite;
}
#page-loading .loadingWrap .loading-box span b {
  display: block;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  border-radius: 4px;
  background: #999;
}
#page-loading .loadingWrap .loading-box span:nth-child(2){
  -webkit-animation-delay:0.2s;
}
#page-loading .loadingWrap .loading-box span:nth-child(3){
  -webkit-animation-delay:0.4s;
}
#page-loading .loadingWrap .loading-box span:nth-child(4){
  -webkit-animation-delay:0.6s;
}
#page-loading .loadingWrap .loading-box span:nth-child(5){
  -webkit-animation-delay:0.8s;
}
#page-loading .loadingWrap .loading-txt {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 30px;
}

/*tips*/
.page-tips{
  position: fixed;
  /* width: 100%; */
  /* height:100%; */
  z-index: 2000;
  top:0;
  text-align: center;
  left: 0;
  display: none;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.page-tips-inner{
  position: relative;
  margin: 0 auto;
  max-width: 440px;
  padding: 18px 25px;
  background-color: rgb(67,67,67);
  /* margin-top:150px; */
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.page-tips-block{
  display: block;
}
.page-tips-block>span{
  display: inline-block;
}
.page-tips-img{
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url(../css/img/tips_ico.png) center center no-repeat;
}
.page-tips-img>img{
  display: none;
  width: 100%;
  height:100%;
  border:0;
}
.page-tips-words{
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: 800;
  font-family: "黑体";
  max-width: 300px;
}
.page-tips-back{
  margin-top:8px;
  font-family: "黑体";
  color: #666666;
  font-size: 12px;
}
/*input关键字搜索*/
.cm_selectinput{
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #cecece;
  -webkit-box-shadow: 1px 1px 3px #cecece;
}
.cm_selectinput_keywords{
  margin-left:5px;
}
.cm_selectinput_input{
  width: 120px;
  display: inline-block;
  padding-right:5px;
  /* height: 30px; */
}
.cm_selectinput_input>input{
  border:0;
  height:100%;
  width: 100%;
  display: block;
  font-size: 12px;
}
/*表单*/
.page-selected-btn{
  height:30px;
  margin: 0 auto;
  /* vertical-align: middle; */
  display: block;
  margin-top: 9px;
  /* display: block; */
  line-height: 30px;
}
.sysform{
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  line-height: 28px;
  color:#666;
  /* position: relative; */
}
.cm_form_tit{
  display: inline-block;
  width: 90px;
  text-align: right;
  vertical-align: top;
  color:#000;
  font-weight: bold;
}
.sysform.cm_input  .cm_input_box.error input,.sysform.cm_textarea .cm_textarea_box.error textarea{
  border:1px solid #f08490;
  -webkit-box-shadow: 0px 0px 2px 0px #f08490;
  -webkit-box-shadow: 0px 0px 2px 0px #f08490;
}
.cm_textarea_fbox .cm_form_tit{
  vertical-align: top;
}
.sysform .cm_form_radioGroup2{
  display: inline-block;
}
.sysform .cm_form_select{
  display: inline-block;
  vertical-align: middle;
}
.cm_form_input{
  display: inline-block;
  height: 30px;
  width: 115px;
  margin-right:10px;
  /* border: 1px solid #e5e5e5; */
}
.cm_form_input input{
  /* border: 0; */
  width: 100%;
  height:100%;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color:#222;
}

/* checkbox 组件样式 */
.cm_form_advcheckbox{
    display: inline-block;
    height: 30px;
    margin-right:10px;
    color: #000;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}
.cm_form_advcheckbox label{
    font-size: 12px;
    cursor: pointer;
}
.cm_form_advcheckbox input{
    opacity: 0;
    
}
.cm_form_advcheckbox .checkbox{
    background-image: url('images/checkbox_unchecked.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    color: #555;
    cursor: pointer;
    padding-left: 20px;
    display: inline-block;
    position: absolute;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.cm_form_advcheckbox label.selected .checkbox{
    background-image: url('images/checkbox_checked.png');
}

.cm_form_badge{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #F8EEF8;
    display: inline-block;
    font-size: 13px;
    color: #8F178D;
    font-weight: 800;
    margin-right: 3px;
}

/* placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#aaa;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#aaa;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#aaa;
}
.cm_radio ul{
  display: inline-block;
}
.cm_radio_check{
  padding-left:20px;
  height:20px;
  line-height: 20px;
  background: url(img/cm_radio_disable.png) no-repeat 0 center;
  display: inline-block;
  margin-right:10px;
  cursor: pointer;
}
.cm_radio_check.selected{
  background: url(img/cm_radio.png) no-repeat 0 center;
}
.cm_radio label{
  margin-right:10px;
  background: url(img/cm_radio_disable.png) no-repeat 5px center;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  color:#555;#
}
.cm_radio label.selected{
  background: url(img/cm_radio.png) no-repeat 5px center;
}
.cm_radio label input{
  vertical-align: middle;
  margin: 0 5px;
  visibility: hidden;
}
.cm_form_radioGroup{
  display: inline-block;
  vertical-align: middle;
}
/*checkbox*/
.sysform.cm_checkboxGroup.error .cm_checkboxGroup_box{
  border:1px solid #f08490;
  -webkit-box-shadow: 0px 0px 2px 0px #f08490;
  -webkit-box-shadow: 0px 0px 2px 0px #f08490;
}
.cm_checkbox.disabled .cm_form_checkboxGroup >label{
  opacity: 0.5;
}
.cm_form_checkboxGroup.red>label{
  color:#ff0002;
}
.cm_form_checkboxGroup label{
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  color:#000;
}
.cm_checkbox label input[type="checkbox"]{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.cm_form_checkboxGroup{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/*上传图片*/
.cm_upload{
  /*height: 100px;*/
}
#wechat_iphone_fav_logo{
  display: inline-block;
  vertical-align: top;
}
/*富文本*/
.sysform.cm_textarea_fbox{
  height: 190px;
}
/*input*/
.cm_input{

}
.cm_input_box{
  display: inline-block;
  width:120px;
  height: 27px;
}
.cm_input_box>input{
  height:100%;
  width:100%;
  display: block;
  border:1px solid #e7e7e7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.sysform .cm_input_box input{
  border-radius: 3px;
  -webkit-border-radius: 3px;

}
/*选择日期*/
.cm_datapicker_box{
  display: inline-block;
  vertical-align: middle;
  height:30px;
  width: 115px;
  border:1px solid #e5e5e5;
  position: relative;
  margin-left: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cm_datapicker_box_1{
  display: inline-block;
  vertical-align: middle;
  height:30px;
  width: 115px;
  /* border:1px solid #e5e5e5; */
  position: relative;
  margin-left: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cm_datapicker_box_1 .el-input__inner{
  border:1px solid #e5e5e5;
}
.cm_datapicker_box input{
  display: block;
  width: 100%;
  height:100%;
  border:0;
  padding-right: 28px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  /* padding-left: 5px; */
  background:transparent url(img/cm_datepicker_ico.png) no-repeat 90px center;
}
.cm_datapicker_box .el-input--small .el-input__inner {
  height: 28px;
  line-height: 28px;
}
.cm_datapicker_box .el-date-editor--month{
  width: 112px!important;
}
.cm_datapicker_box .new_date_picker input{
  background:#fff;
}
.cm_datapicker_box .new_date_picke .el-input__prefix{
  width: 0;
}
.form-showTip{
  display: inline-block;
  color: #999;
  width: 180px;
  line-height: 15px;
  vertical-align: top;
}
/*选择日期组*/
.cm_datepickerGroup_box{
  display: inline-block;
  height:30px;
  vertical-align: top;
  margin-left:5px;
}
.cm_datepickerGroup{
  height:30px;
  width: 305px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 1px 1px 3px #cecece;
  -webkit-box-shadow: 1px 1px 3px #cecece;
  /* 更换选择器修改样式 */
  width: 415px;
  
}
.cm_datepickerGroup .el-range-editor--small.el-input__inner {
  height: 30px;
  border: 1px solid #e5e5e5;
}
.cm_datepickerGroup>span{
  display: inline-block;
}
.cm_datepickerGroup_line{
  height:12px;
  width: 2px;
  display: inline-block;
  background-color: #eeeeee;
  margin-top: 9px;
  vertical-align: top;
  margin-left: 5px;
}
.cm_datepickerGroup_text{
  margin-left:9px;
}
.cm_datepickerGroup_tit{
  display: inline-block;
}
.cm_datepickerGroup_date{
  display: inline-block;
  height: 100%;
  width: 105px;
  vertical-align: top;
  padding-left: 28px;
  background: url(img/cm_datepicker_ico.png) no-repeat 5px center;
}
.cm_datepickerGroup_date input{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  color:#76237b;
}
/* 日期组宽度限制增加类名 */
.eleDatePicker{
  width: 320px
}
.eleDatePicker .cm_datepickerGroup{
  width: 320px;
}
.eleDatePicker .cm_datepickerGroup .el-input__inner{
  width: 256px;
  border-radius: 0;
  border:0;
  height: 28px;
  line-height: 28px;
  padding: 3px;
}
.eleDatePicker .cm_datepickerGroup .el-range-editor.is-active, .el-range-editor.is-active:hover{
  border:0;
}
.eleDatePicker .cm_datepickerGroup .el-range-editor.is-active:hover{
  border:0!important;
}
.eleDatePicker .cm_datepickerGroup .el-range-separator{
  width: 20px;
}
/*上传文件*/
.cm_fileupload_box{
  display: inline-block;
}
.cm_fileupload_box span{
  display: block;
  height: 31px;
  line-height: 31px;
  vertical-align: top;
  float: left;
}
.cm_fileupload_inner{
  width: 200px;
}
.cm_fileupload_btn{
  width: 65px;
  height: 31px;
  padding-left: 28px;
  display: inline-block;
  border:1px solid #e5e5e5;
  border-left: none;
  color:#666;
  cursor: pointer;
  font-family: "微软雅黑";
  background: url(img/file_ico.png) no-repeat 5px center;
}
.cm_fileupload_inner input{
  width: 100%;
  height:100%;
  border:1px solid #e5e5e5;
  color:#666;
}
.cm_privilegeActualMoney input{
  width: 60px;
  display: inline-block;
  height:30px;
  border:1px solid #e5e5e5;
  /* margin-right:8px; */
  line-height: 30px;
  color:#666;
}
.cm_form_select.privilegeCard_time {
  width: 112px;
}
.cm_form_select.privilegeCard_time select {
  background: url(img/cm_select_ico.png) no-repeat 90px center;
}
/*验证码*/
.cm_msgcode input{
  width: 115px;
  display: inline-block;
  height:30px;
  border:1px solid #e5e5e5;
  /* margin-right:8px; */
  line-height: 30px;
  color:#666;
}
.cm_msgcode_wrap {
  width: 370px;
  display: inline-block;
}
.cm_msgcode_VCcode {
  margin-bottom: 10px;
}
.cm_msgcode label{
  display: inline-block;
}
.cm_msgcode .cm_msgcode_txtcode,.cm_msgcode .msgVCcode{
  width: 95px;
  height:30px;
  line-height: 30px;
  text-align: center;
  background-color: #b077b3;
  color: #fff;
  display: inline-block;
  border-radius:3px;
  -webkit-border-radius:3px;
  margin-right:5px;
  cursor: pointer;
  margin-left: 8px;
}
.cm_msgcode .msgVCcode {
  background-color: transparent;
}
.cm_msgcode_txtcode.disable{
  background-color:#7c8595;
}

.cm_msgcode .cm_msgcode_audiocode{
  width: 30px;
  height:30px;
  display: inline-block;
  vertical-align: top;
  background: #b077b3 url(img/cm_msgcode_ico.png) no-repeat center center;
  line-height: 30px;
  margin: 0;
  border-radius:3px;
  -webkit-border-radius:3px;
  cursor: pointer;
}
.cm_msgcode_audiocode.disable{
  background: #7c8595 url(img/cm_msgcode_ico.png) no-repeat center center;
}
.cm_msgcode .cm_msgcode_explain{
  display: block;
  margin-top:13px;
  padding-left: 95px;
}
.cm_msgcode_explain>span{
  display: block;
  width: 290px;
  line-height: 20px;
}
.cm_msgcode_explain_msg{
  text-align: center;
  color: #55ccf2;
}
/*textarea*/
.sysform.cm_textarea{
  height:87px;
}
.cm_textarea textarea{
  display: inline-block;
  vertical-align: middle;
  resize: none;
  width: 287px;
  height:80px;
  border: 1px solid #e5e5e5;
  color: #666;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  /* position: relative; */
}
.cm_textarea_box{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/*select*/
.cm_form_select{
  width: 103px;
  height:30px;
  border:1px solid #e5e5e7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.cm_form_select select{
  width: 100%;
  height:100%;
  border:0;
  -webkit-appearance:none;
  -moz-appearance:none;
       appearance:none;
  border: 0;
  display: block;
  padding-right:25px;
  padding-left: 5px;
  font-family: "微软雅黑";
  /* color: #eee; */
  background:url(img/cm_select_ico.png) no-repeat 80px center;
}
/*c_select*/
.cm_c_select{
  display: inline-block;
  width: 140px;
  height:30px;
  border-radius:3px;
  -webkit-border-radius:3px;
  padding:5px;
  line-height:20px;
  font-family: "微软雅黑";
  background: #fff url(img/cm_select_ico.png) no-repeat 120px center;
  /* position: relative; */
}
.cm_c_selectbox{
  display: inline-block;
  height: 30px;
  /* vertical-align: middle; */
  box-shadow: 1px 1px 3px #cecece;
  -webkit-box-shadow: 1px 1px 3px #cecece;
}
.cm_c_classname{
  /* max-width: 40px; */
  height:100%;
  padding-right: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.cm_c_line{
  display: inline-block;
  margin-top: 4.5px;
  vertical-align: top;
  height:11px;
  width: 1px;
  border-right:1px solid #ccc;
  /* line-height: 20px; */
  overflow: hidden;
}
.cm_c_selectname{
  width: 75px;
  height:100%;
  display: inline-block;
  color: #813a86;
  /* font-weight: 400; */
  padding-left: 5px;
  padding-right: 3px;
  overflow: hidden;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.cm_c_selectlist{
  position: absolute;
  top: 45px;
  width: 140px;
  z-index: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  margin-left: -5px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 3px;
  padding:5px;
  border: 2px solid #a168a9;
  box-shadow: 1px 1px 3px #cecece;
  -webkit-box-shadow: 1px 1px 3px #cecece;
}
.cm_c_selectlist:after{
  content: "";
  width:8px;
  height: 6px;
  position: absolute;
  top: -6px;
  right: 10px;
  background:url(img/select_up.png) no-repeat;
}
.cm_c_selectlist li{
  display: block;
  padding:2px 11px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 26px;
}
.cm_c_selectlist li.selected{
  background-color: #813a86;
  color:  #fff;
}
/*显示错误*/
.cpnt-innertip {
  background: #f08490;
  color: #fff;
  position: absolute;
  /* width: 140px; */
  min-width: 80px;
  width: auto;
  max-width: 200px;
  left: 50%;
  z-index: 999999;
  margin-left: -75px;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
}


/*弹出框显示详情*/

.c_viewDetails {
    width: 80%;
    height: 80%;
    /* min-height: 50%; */
    position: fixed;
    z-index: 1001;
    left: 10%;
    top: 10%;
    padding: 15px;
    padding-top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: 4px solid #832688;
    border-radius: 5px;
    background-color: #fff;
}
.c_viewDetails .page-table-heade{
  height: 30px;
  margin-top:10px;
  line-height: 30px;
}
.c_viewDetails_mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}
.c_viewDetails_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eaedef;
}
.c_viewDetails_words {
    text-align: left;
    display: inline-block;
    float: left;
    font-family: "Microsoft YaHei";
    font-weight: 800;
}
.c_viewDetails_close {
    display: inline-block;
    /* float: right; */
    width: 30px;
    height: 30px;
    margin-right: -15px;
    margin-top: -4px;
    background: url(images/c_viewDetails_close.png) no-repeat;
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 0;
}
.c_viewDetails_table {
    overflow: hidden;
    /* width: 100%; */
    left: 10px;
    right: 10px;
    position: absolute;
    /* height: 95%; */
    top: 50px;
    bottom: 10px;
    overflow: hidden;
    /* margin-top: 10px; */
}

/*Tips*/
.tipswrap{
  display: none;
  position: absolute;
  left: 100px;
    top: -30px;
  width: 165px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #b077b3;
  padding: 10px;
}
.tipswrap .tiparrow{
    display: block;
    position: absolute;
    left: -11px;
    top: 22px;
    width: 12px;
    height: 12px;
    background: url(img/sprite-tips.png) no-repeat 0px -18px;
}
.tipswrap p{
  line-height: 18px;
  font-size: 12px;
  color: #666666;
}
.tipswrap .divmore{
  text-align: right;
  margin-top: 5px;
}
.tipswrap a.tipsmore{
  display: inline-block;
  height: 16px;
  color: #b077b3;
  font-size: 12px;
  padding-right: 15px;
  background: url(img/sprite-tips.png) no-repeat 26px 2px;
}
/*选择门店样式*/
.page_selector {
  /* float: left; */
  height: 30px;
  display: inline-block;
  line-height: 30px;
  position: relative;
  background-color: #FFF;
  z-index: 1;
  background: #fff url(img/page_selector_bg.png) no-repeat 15px center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.page_button .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color: #b5c1c9;
}
.page_selector .disabled span.caret {
  display: none;
}
.page_selector .ownername {
  float: left;
  width: 95px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 12px;
}
.page_selector_container {
  position: absolute;
  top: 40px;
  left: 0;
  border: 1px solid #e4e5e9;
  width: 360px;
  background: #FFF;
  line-height: 36px;
  box-shadow: 1px 1px 5px #666;
  -webkit-box-shadow: 1px 1px 5px #666;
  z-index: 100;
}
.page_selector_container .title {
  line-height: 36px;
  padding: 0 10px 0 30px;
  color: #FFF;
  background: #b077b3 url(img/selector_container_bg.png) no-repeat 8px 12px;
}
.page_selector_container .close {
  float: right;
  width: 10px;
  height: 10px;
  left: 6px;
  top: 4px;
  opacity: 0.8;
  background: url(img/close.png) no-repeat center center;
  position: relative;
  /* right: 0px; */
  cursor: pointer;
}
.page_selector_container .close:hover {
  opacity: 1;
}
.page_selector_container dl {
    max-height: 300px;
    overflow-y: auto;
}
.page_selector_container dt, .page_selector_container dd {
  padding-left: 10px;
  line-height: 32px;
}
.page_selector_container dt {
  background: #e8e8e8;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  height: 32px;
  margin-top: -1px;
}
.page_selector_container dd {
  padding-top: 8px;
  font-size: 12px;
}
.page_selector_container .tips {
  float: right;
  color: #fff;
  margin-right: 9px;
}
.page_selector_container .name {
  font-size: 12px;
  font-weight: bold;
}
.page_selector_container .arrow {
  float: right;
  width: 32px;
  height: 32px;
}
.page_selector_container .item {
  width: 50%;
  height: 40px;
  float: left;
}
.page_selector_container .item.strong {
  font-weight: bold;
}
.page_selector_container .store {
  /* border: 1px solid #d5d5d5; */
  line-height: 30px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 20px;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  height: 30px;
  width: 135px;
  background-color: #eeeeee;
}
/*.page_selector_container dd .item:nth-child(n) .store {
  border-left: 2px solid #aa73d1;
}
.page_selector_container dd .item:nth-child(2n) .store {
  border-left: 2px solid #f5619c;
}
.page_selector_container dd .item:nth-child(3n) .store {
  border-left: 2px solid #b68571;
}
.page_selector_container dd .item:nth-child(4n) .store {
  border-left: 2px solid #10c2ce;
}
.page_selector_container dd .item:nth-child(5n) .store {
  border-left: 2px solid #f5b889;
}*/
.page_selector_container .arrow_up {
  position: absolute;
  left: 30px;
  top: -7px;
  width: 13px;
  height: 8px;
  background: url(img/arrow_up1.png) no-repeat center center;
}
.page_selector_container .item .store:hover {
  border-color: #AAA;
  background-color: #f8f8f8;
}
.page_selector_container dd .item .store.selected {
  color: #76237b;
    font-weight: bold;
    background: #f7eff7 url(img/checked.png) no-repeat 95% center;
}
.page_selector_container .arrow {
  float: right;
  height: 31px;
  width: 31px;
  background: #dddddd url(img/arrow_right.png) no-repeat center center;
}
.page_selector_container .closed .arrow {
  float: right;
  height: 32px;
  width: 32px;
  background: #dddddd url(img/arrow_down1.png) no-repeat center center;
}

.page_button.gray {
    /* border: 1px solid #CCC; */
    /* background-color: #ffffff; */
    padding-right: 5px;
    padding-left: 40px;
    margin-left: 0;
    /* position: relative; */
}
.page_button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  /* border: 1px solid #CCC; */
  border-radius: 5px;
  margin: 0px 7.5px 0 7.5px;
  cursor: pointer;
}
.cm_verTop{
  vertical-align:top;
}
.cm_form_tip{
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  line-height: 18px;
  color: #B7B7B7;
  font-size: 12px;
}
.cm_form_tip.margin_left{
  margin-left:23px;
}
.extendTips.cm_form_tip{
  display:block;
  float:right;
  width: 284px;
}
.span_break{
  display:block;
}
.cm_formDate_tip{
  display: inline-block;
  width: 160px;
  line-height: 20px;
  color: #B7B7B7;
  margin-left: 5px;
  font-size: 12px;
}
.auto_sysform{
  height:auto;
}
/*版本差异化弹层*/
.page-differentiation{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
}
.page-differentiation .mask{
  background: #000;
  height: 100%;
  opacity: 0.7;
}
.page-differentiation .box{
  width: 540px;
  height: 340px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -270px;
  margin-top: -170px;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  padding: 30px 40px 10px;
  background: #fff url(img/differentiation.jpg) no-repeat 415px 248px;
}
.page-differentiation .box-top{
  height: 78px;
  padding-left: 120px;
  background: url(img/differentiation.jpg) no-repeat 20px -144px;
  font-size: 15px;
  line-height: 78px;
}
.page-differentiation .box-center{
  height: 140px;
  background: #f6f6f6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px 20px;
  margin-top: 15px;
}
.page-differentiation .box-center .p-tit{
  font-size: 16px;
  color: #822687;
}
.page-differentiation .box-center li{
  line-height: 22px;
  padding-left: 12px;
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  background: url(img/differentiation.jpg) no-repeat -66px -254px;
}
.page-differentiation .box-bottom{
  text-align: center;
  margin-top: 20px;
}
.page-differentiation .box-bottom .box-ok{
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #822687;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 12px;
  display: inline-block;
}
.page-differentiation .box-bottom .box-ok:hover{
  background: #721777;
}




/**************************二维码下载**************************/
#downloadCenter,#downloadCenter .mask {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
      }
      #downloadCenter {
        display: none;
        z-index: 9999;
      }
      #downloadCenter .mask {
        background-color: rgba(0,0,0,.5);
      }
      #downloadCenter .wrapper {
        position: absolute;
        width: 850px;
        height: 540px;
        background-color: #fff;
        top: 50%;
        left: 50%;
        margin-left: -425px;
        margin-top: -270px;
        border-radius: 10px;
      }
      #downloadCenter .wrapper .title {
        font-size: 32px;
        color: #222;
        line-height: 48px;
        text-align: center;
        margin-top: 30px;
      }
      #downloadCenter .wrapper .sub-title {
        font-size: 14px;
        color: #999;
        line-height: 32px;
        text-align: center;
      }
      #downloadCenter .wrapper .macpad {
        display: block;
        margin: 40px auto;
        width: 416px;
        height: 232px;
      }
      #downloadCenter .wrapper .win-wrap {
        height: 52px;
        position: relative;
      }
      #downloadCenter .wrapper .win-wrap .win {
        display: block;
        width: 310px;
        height: 52px;
        font-size: 18px;
        color: #fff;
        padding-left: 80px;
        line-height: 52px;
        background: #e82742 url(img/win-icon.png) no-repeat 40px center;
        background-size: 20px 20px;
        border-radius: 52px;
        margin: 0 auto;
      }
      #downloadCenter .wrapper .win-wrap .help {
        position: absolute;
        height: 52px;
        font-size: 16px;
        color: #4cb1e8;
        line-height: 52px;
        top: 0;
        left: 600px;
      }
      #downloadCenter .wrapper .mobile {
        display: block;
        font-size: 14px;
        color: #999;
        line-height: 32px;
        text-align: center;
        margin-top: 24px;
      }
      #downloadCenter .wrapper .closeBtn {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
        background: url(img/icon_prepay_close.png) no-repeat center center;
        background-size: 20px 20px;
        cursor: pointer;
      }

      /* 颜色选择器部分 ---------------start*/
.cm_form_colorPicker {
    position: relative;
    display: inline-block;
}

.cm_form_colorPicker .cm_form_colorPicker_show{
    width: 31px;
    height: 30px;
    border-radius:3px;
    background-color: #fff;
    border:1px solid #E5E5E5;
    padding: 1px;
    cursor: pointer;
}
.cm_form_colorPicker .cm_form_colorPicker_inner{
    width: 100%;
    height: 100%;
    background-color: #2C9F66;
}

.cm_form_colorPicker .cm_form_colorPicker_list{
    width:162px;
    height:75px;
    background-color: #fff;
    box-shadow:0px 1px 14px 0px rgba(0,0,0,0.14);
    border-radius:4px;
    border:1px solid #DFDDDD;
    padding: 7px;
    display: none;
    position: absolute;
}

.cm_form_colorPicker .cm_form_colorPicker_list li{
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.cm_form_colorPicker .cm_form_colorPicker_list li.active::after{
    content: "\e753";
    font-family: 'iconfont' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.cm_form_colorPicker .cm_form_colorPicker_list li:nth-child(5n){
    margin-right: 0;
}

/* 颜色选择器部分 ---------------end*/


.video_player__wrap {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_player__content {
  width: 116vh !important;
  padding-top: 80vh !important;
}
.video_player__close {
  position: absolute;
  z-index: 2;
  right: 40px;
  top: 30px;
  font-size: 30px !important;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s;
}
.video_player__close:hover {
  transition: transform 0.3s;
  transform: rotate(360deg);
}

.loginFromAdminWarn {
  width: 400px;
  padding: 5px 10px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EBEEF5;
  position: fixed;
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  overflow: hidden;
  z-index: 9999;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.loginFromAdminWarn .icon {
  height: 24px;
  width: 24px;
  background-color: #E6A23C;
  color: #fff;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  float: left;
}
.loginFromAdminWarn .group {
  margin-left: 37px;
}
.loginFromAdminWarn .group .title {
  font-weight: 700;
  font-size: 16px;
  color: #303133;
  margin: 0;
}
.loginFromAdminWarn .group .content {
  font-size: 14px;
  line-height: 21px;
  margin: 6px 0 0;
  color: #606266;
  text-align: justify;
}
.loginFromAdminWarn .group .content p {
  margin: 0;
  line-height: 20px;
}


.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-wrapper .selected-option {
  border: 1px solid #ddd;
  padding: 0 10px;
  cursor: pointer;
}

.custom-select-wrapper .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 1000;
}

.custom-select-wrapper .search-input {
  width: 100%;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #ddd;
}

.custom-select-wrapper .option-list {
  max-height: 200px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-select-wrapper .option-list .option {
  padding: 5px 10px;
  cursor: pointer;
}

.custom-select-wrapper .option-list .option:hover {
  background: #f5f5f5;
}

.custom-select-wrapper .option-list .option.disabled {
  color: #999;
  cursor: not-allowed;
}