html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

html,body {
  background-color: #f7f7f7;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  outline: none;

  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-overflow-scrolling: touch;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  color:#333333;
}

a {
  color: #007aff;
  text-decoration: none;
}
a:active {
  color: #0062cc;
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1;
}

h1, .ctp-h1 {
  font-size: 36px;
}

h2, .ctp-h2 {
  font-size: 30px;
}

h3, .ctp-h3 {
  font-size: 24px;
}

h4, .ctp-h4 {
  font-size: 18px;
}

h5, .ctp-h5 {
  font-size: 14px;
  font-weight: normal;
  color: #8f8f94;
}

h6, .ctp-h6 {
  font-size: 12px;
  font-weight: normal;
  color: #8f8f94;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  color: #8f8f94;
}

.ctp-content-padded {
  margin: 10px;
}

.ctp-inline {
  display: inline-block;
  vertical-align: top;
}

.ctp-block {
  display: block !important;
}

.ctp-visibility {
  visibility: visible !important;
}

.ctp-hidden {
  display: none !important;
}

.ctp-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ctp-ellipsis-2 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;

  -webkit-line-clamp: 2;
        line-clamp: 2;
  -webkit-box-orient: vertical;
        box-orient: vertical;
}

.ctp-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ctp-table-cell {
  position: relative;
  display: table-cell;
}
.ctp-label.ctp-table-cell {
  display: table-cell;
}
.ctp-text-left {
  text-align: left !important;
}

.ctp-text-center {
  text-align: center !important;
}

.ctp-text-justify {
  text-align: justify !important;
}

.ctp-text-right {
  text-align: right !important;
}

.ctp-pull-left {
  float: left;
}

.ctp-pull-right {
  float: right;
}

.ctp-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.ctp-list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.ctp-list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.ctp-clearfix:before, .ctp-clearfix:after {
  display: table;
  content: " ";
}
.ctp-clearfix:after {
  clear: both;
}

.ctp-bg-primary {
  background-color: #007aff;
}

.ctp-bg-positive {
  background-color: #4cd964;
}

.ctp-bg-negative {
  background-color: #dd524d;
}

.ctp-error {
  padding: 10px;
  margin: 88px 35px;
  background-color: #bbb;
  border-radius: 6px;
}

.ctp-subtitle {
  font-size: 15px;
}

.ctp-col-xs-12 {
  width: 100%;
}

.ctp-col-xs-11 {
  width: 91.66666667%;
}

.ctp-col-xs-10 {
  width: 83.33333333%;
}

.ctp-col-xs-9 {
  width: 75%;
}

.ctp-col-xs-8 {
  width: 66.66666667%;
}

.ctp-col-xs-7 {
  width: 58.33333333%;
}

.ctp-col-xs-6 {
  width: 50%;
}

.ctp-col-xs-5 {
  width: 41.66666667%;
}

.ctp-col-xs-4 {
  width: 33.33333333%;
}

.ctp-col-xs-3 {
  width: 25%;
}

.ctp-col-xs-2 {
  width: 16.66666667%;
}

.ctp-col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 400px) {
  .ctp-col-sm-12 {
    width: 100%;
  }

  .ctp-col-sm-11 {
    width: 91.66666667%;
  }

  .ctp-col-sm-10 {
    width: 83.33333333%;
  }

  .ctp-col-sm-9 {
    width: 75%;
  }

  .ctp-col-sm-8 {
    width: 66.66666667%;
  }

  .ctp-col-sm-7 {
    width: 58.33333333%;
  }

  .ctp-col-sm-6 {
    width: 50%;
  }

  .ctp-col-sm-5 {
    width: 41.66666667%;
  }

  .ctp-col-sm-4 {
    width: 33.33333333%;
  }

  .ctp-col-sm-3 {
    width: 25%;
  }

  .ctp-col-sm-2 {
    width: 16.66666667%;
  }

  .ctp-col-sm-1 {
    width: 8.33333333%;
  }
}

input,
textarea,
select {
  font-size: 17px;
  color: #333333;

  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

/*placeholder颜色值 by kfzx-wengq*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
  color: #a6a6a6;
}

input:focus,
textarea:focus,
select:focus {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
}

select[readonly],
textarea[readonly],
input[readonly]{
  color: #333333;
}

select[disabled],
textarea[disabled],
input[disabled]{
  color: #333333;
}
.ctp-input-readonly{
  color: #a6a6a6 !important;
}

select,
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"] {
  width: 100%;
  height: 42px;
  -webkit-appearance: none;
  /*padding: 10px 15px;*/
  /*margin-bottom: 15px;*/
  line-height: 21px;
  -webkit-user-select: text;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  outline: none;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"] {
  padding-right: 40px;
}

input[type="text"],
input[type="search"],
input[type="number"] {
  overflow: hidden;
  text-overflow: ellipsis;
}

input[type="text"][class*="ctp-input-readonly"],
input[type="search"][class*="ctp-input-readonly"],
input[type="number"][class*="ctp-input-readonly"] {
  text-overflow: clip;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"] {
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  background-color: rgba(0, 0, 0, .1);
  border: 0;
  border-radius: 3px;
}

input[type="search"]:focus {
  text-align: left;
}

textarea {
  height: auto;
  resize: none;
}

select {
  height: auto;
  margin-top: 1px;
  font-size: 14px;
  background-color: #fff;
  border: 0 !important;
}
select:focus {
  -webkit-user-modify: read-only;
}

/*ctp-list*/
.ctp-card {
  /*margin: 5px 0;
  overflow: hidden;
  background-clip: padding-box;*/
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1px;
}
.ctp-normal {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.ctp-content>.ctp-card:first-child {
  margin-top: 15px;
}
.ctp-card .ctp-input-group:before,.ctp-card .ctp-input-group:after {
  height: 0;
}
.ctp-card .ctp-input-group .ctp-input-row:last-child:before,.ctp-card .ctp-input-group .ctp-input-row:last-child:after {
  height: 0;
}
.ctp-card .ctp-table-view {
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
  /*border-radius: 6px;*/
}
.ctp-card .ctp-table-view .ctp-table-view-divider:first-child {
  top: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.ctp-card .ctp-table-view .ctp-table-view-divider:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ctp-card .ctp-table-view:before,.ctp-card .ctp-table-view:after {
  display: none;/*如果使用height: 0;，会导致在魅族mx4，v4.4.2机型下，通讯录查询中文（触发两次搜索：先清空再填充）时，搜索出的内容会无法显示。与list中创建scroller有关*/
}
/*.ctp-card>.ctp-table-view>.ctp-table-view-cell:first-child:before,.ctp-card>.ctp-table-view>.ctp-table-view-cell:last-child:after {
  height: 0;
}*/
.ctp-normal .ctp-table-view:before,.ctp-normal .ctp-table-view:after {
  display: none;/*如果使用height: 0;，会导致在魅族mx4，v4.4.2机型下，通讯录查询中文（触发两次搜索：先清空再填充）时，搜索出的内容会无法显示。与list中创建scroller有关*/
}
.ctp-table-view {
  position: relative;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  /*background-color: #fff;*/
  overflow: auto; /*add by kfzx-panl 修复设置height后不出现滚动条*/
  /*add by kfzx-panl 20160317*/
  overflow-x: hidden;
  z-index: 1;
}
.ctp-table-view:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.ctp-table-view:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  z-index: 1;
}
/*设置list中的label/radio/checkbox kfzx-panl begin*/
.ctp-table-item label.ctp-table-cell, .ctp-table-item .ctp-table-cell label {
  color: #595959;
}
.ctp-table .ctp-radio input[type="radio"], .ctp-table .ctp-checkbox input[type="checkbox"] {
  right: 5px;
}

/*设置list中的label/radio/checkbox kfzx-panl end*/
/*设置list中的ctp组件及各种输入域的高度，原默认是42px --add by kfzx-panl 20160202 begin*/
.ctp-table-view-cell > .ctp-table-item .ctp-input-row,
.ctp-table-view-cell > .ctp-table-item select, 
.ctp-table-view-cell > .ctp-table-item textarea, 
.ctp-table-view-cell > .ctp-table-item input[type="text"],
.ctp-table-view-cell > .ctp-table-item input[type="search"],
.ctp-table-view-cell > .ctp-table-item input[type="password"],
.ctp-table-view-cell > .ctp-table-item input[type="datetime"],
.ctp-table-view-cell > .ctp-table-item input[type="datetime-local"],
.ctp-table-view-cell > .ctp-table-item input[type="date"],
.ctp-table-view-cell > .ctp-table-item input[type="month"],
.ctp-table-view-cell > .ctp-table-item input[type="time"],
.ctp-table-view-cell > .ctp-table-item input[type="week"],
.ctp-table-view-cell > .ctp-table-item input[type="number"],
.ctp-table-view-cell > .ctp-table-item input[type="email"],
.ctp-table-view-cell > .ctp-table-item input[type="url"],
.ctp-table-view-cell > .ctp-table-item input[type="tel"],
.ctp-table-view-cell > .ctp-table-item input[type="color"] {
  height: 100%;
}
/*设置list中的ctp组件及各种输入域的高度，原默认是42px --add by kfzx-panl 20160202 end*/
.ctp-table-view-chevron .ctp-table-view-cell {
  padding-right: 65px;
}
.ctp-table-view-chevron .ctp-table-view-cell>a:not (.ctp-btn ) {
  margin-right: -65px;
}
.ctp-table-view-radio .ctp-table-view-cell {
  padding-right: 65px;
}
.ctp-table-view-radio .ctp-table-view-cell>a:not (.ctp-btn ) {
  margin-right: -65px;
}
.ctp-table-view-radio .ctp-table-view-cell .ctp-navigate-right:after {
  right: 9px;
  font-size: 30px;
  font-weight: 600;
  color: #007aff;
  content: '';
}
.ctp-table-view-radio .ctp-table-view-cell.ctp-selected .ctp-navigate-right:after {
  content: '\e472';
}
.ctp-table-view-inverted {
  color: #fff;
  background: #333;
}
.ctp-table-view-inverted:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #222;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.ctp-table-view-inverted:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #222;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.ctp-table-view-inverted .ctp-table-view-cell:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 15px;
  height: 1px;
  content: '';
  background-color: #222;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.ctp-table-view-inverted .ctp-table-view-cell.ctp-active {
  background-color: #242424;
}
.ctp-table-view-inverted .ctp-table-view-cell>a:not (.ctp-btn ).ctp-active {
  background-color: #242424;
}
.ctp-table-view-cell {
  position: relative;
  /*padding: 5px 8px 5px 18px;*/
  /*overflow: hidden;*/
  background-color: #fff;
  -webkit-touch-callout: none;
  /*border-radius: inherit;*/
}
.ctp-spacing .ctp-table-view-cell{
  margin-top: 5px;
}
.ctp-spacing .ctp-table-view-cell:after{
  height: 0;
}
.ctp-table-view-cell-card {
  border-radius: 6px;
  border: 1px solid #ddd;
}
.ctp-table-view-cell-title {
  border: none;
  padding: 0;
  background-color: #f7f7f7;
}
.ctp-table-cell.ctp-table-cell-text-left {
  text-align: left;
}
.ctp-table-cell.ctp-table-cell-text-right {
  text-align: right;
}
.ctp-table-cell.ctp-table-cell-text-center {
  text-align: center;
}
.ctp-table-cell.ctp-table-cell-text-justify {
  text-align: justify;
}
/*.ctp-table-view > .ctp-table-view-cell-card:first-child {
  border-top: none;
}*/
.ctp-table-view-cell-card:after, .ctp-table-view-cell-title:after {
  display: none;
}
li.ctp-table-view-cell-title > div.ctp-table-item {
  padding: 3px 40px 3px 18px;
  background-color: #f7f7f7;
  color: #999;
  height: auto;
}
.ctp-normal li.ctp-table-view-cell-title > div.ctp-table-item:before {
	position: absolute;
	top: -1px;
	right: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
			transform: scaleY(.5);
	z-index: 1;
	background-color: #c8c7cc;
}
.ctp-normal li.ctp-table-view-cell-title > div.ctp-table-item:after {
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);
    background-color: #c8c7cc;
}
.ctp-normal li.ctp-table-view-cell-card ~ li.ctp-table-view-cell-title > div.ctp-table-item:before, .ctp-normal li.ctp-table-view-cell-card ~ li.ctp-table-view-cell-title > div.ctp-table-item:after {
  height: 0px;
}
.ctp-spacing .ctp-table-view:before,.ctp-spacing .ctp-table-view:after {
  height: 0;
}
.ctp-table-view-cell.ctp-table-view-loading {
  position: relative;
  text-align:center;
  left: 0;
  overflow: hidden;
}
  /*add by kfzx-panl 20160317*/
.ctp-table-view-cell:after/*, .ctp-table-item:after, .ctp-table:after*/ {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 18px;
  height: 1px;
  content: '';
  background-color: #cccccc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.ctp-normal.ctp-list-spacer-nopadding .ctp-table-view-cell:after {
  left: 0;
}
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table, .ctp-table-view-cell:after {
  z-index: 1;
}
/*add by kfzx-panl begin*/
.ctp-table-item > a.ctp-table-view-cell-a {
  color: #333;
}
/*add by kfzx-panl 20160317 begin*/
.ctp-table-item, li.ctp-table-view-cell > div.ctp-table-item > .ctp-table {
  background-color: inherit;
  border-radius: inherit;
}
.ctp-table-item.transform, li.ctp-table-view-cell > div.ctp-table-item > .ctp-table.transform, li.ctp-table-view-cell > div.ctp-table-item > .ctp-table-view-cell-def.transform {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
}
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table {
  position: relative;
  text-align: left;
  vertical-align: middle;
  height: 52px;
    /*add by kfzx-panl 20160317*/
  padding: 5px 8px 5px 18px;
}
.ctp-table.ctp-navigate-right:after {
  right: 20px; /*本来12px，加上padding-right:8px为20px。若更改.ctp-table的padding-right，则这里需要相应更改*/
}
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table.ctp-table-rightIcon, li.ctp-table-view-cell > div.ctp-table-item > .ctp-table.ctp-table-zero-pr {
  /*padding-right: 0px;*/
}
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table.ctp-table-row-rightIcon, .ctp-table-cell-rightIcon {
  padding-right: 40px;
}
li.ctp-table-view-cell[type='card'] > div.ctp-table-item > .ctp-table-view-cell-def {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
li.ctp-table-view-cell[type='card'] > div.ctp-table-item > .ctp-table-view-cell-def.ctp-table-view-cell-defshow {
  border-top: none;
  border-bottom: none;
}
li.ctp-table-view-cell[type='card'] > div.ctp-table-item > .ctp-table-view-cell-def, li.ctp-table-view-cell[type='card'] .ctp-table-view-cell-def>.ctp-table-view-cell-del {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
  /*add by kfzx-panl 20160317 end*/
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table .ctp-table-headergroup{
  display: table-header-group;
}
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table > .ctp-table-cell {
  vertical-align: middle;
}
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table > .ctp-text-vertical-top {
  vertical-align: top;
}
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table > .ctp-text-vertical-bottom {
  vertical-align: bottom;
}
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table > .ctp-table-cell img {
  display: -webkit-box;
  display: box;
  -webkit-box-orient: horizontal;
          box-orient: horizontal;
  -webkit-box-pack: center;
          box-pack: center;
  -webkit-box-align: center;
          box-align: center;
}

li.ctp-table-view-cell > div.ctp-table-item > .ctp-table > .ctp-table-cell.ctp-white-spacer:before {
  position: absolute;
  right: 0;
  top: -6px;
  left: -18px;
  height: 1px;
  content: '';
  background-color: #fff;
}
  /*add by kfzx-panl 20160317*/
.ctp-table-item.ctp-table-view-cell-select, .ctp-table.ctp-table-view-cell-select {
  background-color: #f4f4f5 !important;
}
/*.ctp-table.ctp-navigate-right:after {
  /*right: 0;*/
/*}
.ctp-table.ctp-table-rightIcon {
  /*padding-right: 16px;*/
/*}
.ctp-table.ctp-table-rightIcon:nth-last-child(1) {
  padding-right: 41px;
}*/
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table .ctp-radio.ctp-left label, li.ctp-table-view-cell > div.ctp-table-item > .ctp-table .ctp-checkbox.ctp-left label {
  padding-left: 38px;
}
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table .ctp-radio.ctp-left input[type="radio"], li.ctp-table-view-cell > div.ctp-table-item > .ctp-table .ctp-checkbox.ctp-left input[type="checkbox"] {
  left: 0px;
}
li.ctp-table-view-cell > div.ctp-table-item > .ctp-table-view-cell-def {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  color: white;
    /*add by kfzx-panl 20160317*/
  /*display:none;*/
  visibility: hidden;
  z-index: 0;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: horizontal;
          box-orient: horizontal;
  -webkit-box-pack: center;
          box-pack: center;
  -webkit-box-align: center;
          box-align: center;
}
.ctp-table-view-cell-def>.ctp-table-view-cell-defl, .ctp-table-view-cell-def>.ctp-table-view-cell-del, .ctp-table-view-cell-defother>[class^=ctp-table-view-cell-defother] {
  padding-left: 10px;
  padding-right: 10px;
}
.ctp-table-view-cell-def>.ctp-table-view-cell-defl {
  background-color: #bbb;
}
.ctp-table-view-cell-def>.ctp-table-view-cell-del {
  background-color: red;
}
.ctp-table-view-cell-def>.ctp-table-view-cell-defl,.ctp-table-view-cell-def>.ctp-table-view-cell-del, .ctp-table-view-cell-def [class^=ctp-table-view-cell-defother]  {
  display: -webkit-box;
  display: box;
  -webkit-box-orient: horizontal;
          box-orient: horizontal;
  -webkit-box-pack: center;
          box-pack: center;
  -webkit-box-align: center;
          box-align: center;
  height: 100%;
  z-index: 0;  /*add by kfzx-panl 20160317*/
}
.ctp-table-cell-leftImg {
  position: absolute;
  height: 100%;
  padding-bottom: 10px;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: horizontal;
          box-orient: horizontal;
  -webkit-box-pack: center;
          box-pack: center;
  -webkit-box-align: center;
          box-align: center; 
}
.ctp-table-cell-leftImg.ctp-push-left {
  float: left;
  left: 0;
}
.ctp-table-view-cell input, .ctp-table-view-cell select {
  border: 0;
}

/*add by kfzx-panl end*/

.ctp-table-view-cell.ctp-radio input[type=radio],.ctp-table-view-cell.ctp-checkbox input[type=checkbox] {
  top: 8px;
}
.ctp-table-view-cell.ctp-radio.ctp-left,.ctp-table-view-cell.ctp-checkbox.ctp-left {
  padding-left: 58px;
}
.ctp-table-view-cell.ctp-active {
  background-color: #eee;
}
.ctp-table-view-cell:last-child:before,.ctp-table-view-cell:last-child:after, .ctp-table-view-cell.ctp-table-view-cell-zero-after:after {
  height: 0;
}
  /*add by kfzx-panl 20160317*/
li.ctp-table-view-cell:last-child > div.ctp-table-item > div.ctp-table {
  border-bottom: 0;
}
.ctp-table-view-cell>a:not (.ctp-btn) {
  /*position: relative;
  display: block;
  padding: inherit;
  margin: -11px -15px;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*&:active {
      background-color: #eee;
  }*/
}
.ctp-table-view-cell>a:not (.ctp-btn ).ctp-active {
  background-color: #eee;
}
.ctp-table-view-cell p {
  margin-bottom: 0;
}
.ctp-table-view-cell.ctp-transitioning>.ctp-slider-handle,.ctp-table-view-cell.ctp-transitioning>.ctp-slider-left .ctp-btn,.ctp-table-view-cell.ctp-transitioning>.ctp-slider-right .ctp-btn {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.ctp-table-view-cell.ctp-active>.ctp-slider-handle {
  background-color: #eee;
}
.ctp-table-view-cell>.ctp-slider-handle {
  position: relative;
  background-color: #fff;
}
.ctp-table-view-cell>.ctp-slider-handle.ctp-navigate-right:after,.ctp-table-view-cell>.ctp-slider-handle .ctp-navigate-right:after {
  right: 0;
}
.ctp-table-view-cell>.ctp-slider-handle,.ctp-table-view-cell>.ctp-slider-left .ctp-btn,.ctp-table-view-cell>.ctp-slider-right .ctp-btn {
  -webkit-transition: -webkit-transform 0ms ease;
  transition: transform 0ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ctp-table-view-cell>.ctp-slider-left,.ctp-table-view-cell>.ctp-slider-right {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ctp-table-view-cell>.ctp-slider-left>.ctp-btn,.ctp-table-view-cell>.ctp-slider-right>.ctp-btn {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  padding: 0 30px;
  color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ctp-table-view-cell>.ctp-slider-left>.ctp-btn:after,.ctp-table-view-cell>.ctp-slider-right>.ctp-btn:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 600%;
  height: 100%;
  content: '';
  background: inherit;
}
.ctp-table-view-cell>.ctp-slider-left>.ctp-btn.ctp-icon,.ctp-table-view-cell>.ctp-slider-right>.ctp-btn.ctp-icon {
  font-size: 30px;
}
.ctp-table-view-cell>.ctp-slider-right {
  right: 0;
  -webkit-transition: -webkit-transform 0ms ease;
  transition: transform 0ms ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.ctp-table-view-cell>.ctp-slider-left {
  left: 0;
  -webkit-transition: -webkit-transform 0ms ease;
  transition: transform 0ms ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ctp-table-view-cell>.ctp-slider-left>.ctp-btn:after {
  right: 100%;
  margin-right: -1px;
}
.ctp-table-view-divider {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  margin-top: -1px;
  margin-left: 0;
  font-weight: 500;
  color: #999;
  background-color: #fafafa;
}
.ctp-table-view-divider:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.ctp-table-view-divider:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.ctp-table-view .ctp-media,.ctp-table-view .ctp-media-body {
  overflow: hidden;
}
.ctp-table-view .ctp-media-large .ctp-media-object {
  max-width: 80px;
  height: 80px;
  line-height: 80px;
}
.ctp-table-view .ctp-media .ctp-subtitle {
  color: #000;
}
.ctp-table-view .ctp-media-object {
  max-width: 42px;
  height: 42px;
  line-height: 42px;
}
.ctp-table-view .ctp-media-object.ctp-pull-left {
  margin-right: 10px;
}
.ctp-table-view .ctp-media-object.ctp-pull-right {
  margin-left: 10px;
}
.ctp-table-view .ctp-table-view-cell.ctp-media-icon .ctp-media-object {
  max-width: 29px;
  height: 29px;
  margin: -4px 0;
  line-height: 29px;
}
.ctp-table-view .ctp-table-view-cell.ctp-media-icon .ctp-media-object img {
  max-width: 29px;
  height: 29px;
  line-height: 29px;
}
.ctp-table-view .ctp-table-view-cell.ctp-media-icon .ctp-media-object.ctp-pull-left {
  margin-right: 10px;
}
.ctp-table-view .ctp-table-view-cell.ctp-media-icon .ctp-media-object .ctp-icon {
  font-size: 29px;
}
.ctp-table-view .ctp-table-view-cell.ctp-media-icon .ctp-media-body:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 55px;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.ctp-table-view .ctp-table-view-cell.ctp-media-icon:after {
  height: 0 !important;
}
.ctp-table-view.ctp-unfold .ctp-table-view-cell.ctp-collapse .ctp-table-view {
  display: block;
}
.ctp-table-view.ctp-unfold .ctp-table-view-cell.ctp-collapse .ctp-table-view:before,.ctp-table-view.ctp-unfold .ctp-table-view-cell.ctp-collapse .ctp-table-view:after {
  height: 0 !important;
}
.ctp-table-view.ctp-unfold .ctp-table-view-cell.ctp-media-icon.ctp-collapse .ctp-media-body:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 70px;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.ctp-table-view-cell>.ctp-btn,.ctp-table-view-cell>.ctp-badge,.ctp-table-view-cell>.ctp-switch,.ctp-table-view-cell>a>.ctp-btn,.ctp-table-view-cell>a>.ctp-badge,.ctp-table-view-cell>a>.ctp-switch {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ctp-table-view-cell .ctp-navigate-left>.ctp-btn,.ctp-table-view-cell .ctp-navigate-left>.ctp-badge,.ctp-table-view-cell .ctp-navigate-left>.ctp-switch,.ctp-table-view-cell .ctp-navigate-right>.ctp-btn,.ctp-table-view-cell .ctp-navigate-right>.ctp-badge,.ctp-table-view-cell .ctp-navigate-right>.ctp-switch,.ctp-table-view-cell .ctp-push-left>.ctp-btn,.ctp-table-view-cell .ctp-push-left>.ctp-badge,.ctp-table-view-cell .ctp-push-left>.ctp-switch,.ctp-table-view-cell .ctp-push-right>.ctp-btn,.ctp-table-view-cell .ctp-push-right>.ctp-badge,.ctp-table-view-cell .ctp-push-right>.ctp-switch,.ctp-table-view-cell>a .ctp-navigate-left>.ctp-btn,.ctp-table-view-cell>a .ctp-navigate-left>.ctp-badge,.ctp-table-view-cell>a .ctp-navigate-left>.ctp-switch,.ctp-table-view-cell>a .ctp-navigate-right>.ctp-btn,.ctp-table-view-cell>a .ctp-navigate-right>.ctp-badge,.ctp-table-view-cell>a .ctp-navigate-right>.ctp-switch,.ctp-table-view-cell>a .ctp-push-left>.ctp-btn,.ctp-table-view-cell>a .ctp-push-left>.ctp-badge,.ctp-table-view-cell>a .ctp-push-left>.ctp-switch,.ctp-table-view-cell>a .ctp-push-right>.ctp-btn,.ctp-table-view-cell>a .ctp-push-right>.ctp-badge,.ctp-table-view-cell>a .ctp-push-right>.ctp-switch {
  right: 35px;
}
.ctp-content>.ctp-table-view:first-child {
  /*margin-top: 15px;*/
}
.ctp-table-view-cell.ctp-collapse>.ctp-navigate-right:after,.ctp-table-view-cell.ctp-collapse>.ctp-push-right:after {
  content: '\e581';
}
.ctp-table-view-cell.ctp-collapse.ctp-active .ctp-table-view,.ctp-table-view-cell.ctp-collapse.ctp-active .ctp-collapse-content {
  display: block;
}
.ctp-table-view-cell.ctp-collapse.ctp-active>.ctp-navigate-right:after,.ctp-table-view-cell.ctp-collapse.ctp-active>.ctp-push-right:after {
  content: '\e580';
}
.ctp-table-view-cell.ctp-collapse .ctp-collapse-content {
  position: relative;
  display: none;
  padding: 8px 15px;
  margin: 11px -15px -11px;
  overflow: hidden;
  background: white;
  border: 1px solid #ddd;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.ctp-table-view-cell.ctp-collapse .ctp-collapse-content>.ctp-input-group,.ctp-table-view-cell.ctp-collapse .ctp-collapse-content>.ctp-slider {
  width: auto;
  height: auto;
  margin: -8px -15px;
}
.ctp-table-view-cell.ctp-collapse .ctp-collapse-content>.ctp-slider {
  margin: -8px -16px;
}
.ctp-table-view-cell.ctp-collapse .ctp-table-view {
  display: none;
  margin-top: 11px;
  margin-right: -15px;
  margin-bottom: -11px;
  margin-left: -15px;
  border: 0;
}
.ctp-table-view-cell.ctp-collapse .ctp-table-view.ctp-table-view-chevron {
  margin-right: -65px;
}
.ctp-table-view-cell.ctp-collapse .ctp-table-view .ctp-table-view-cell {
  padding-left: 31px;
  background-position: 31px 100%;
}
.ctp-table-view-cell.ctp-collapse .ctp-table-view .ctp-table-view-cell:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 30px;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
.ctp-navigate-left:after,.ctp-navigate-right:after,.ctp-push-left:after,.ctp-push-right:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  font-family: Muiicons;
  font-size: 16px;
  line-height: 1;
  color: #cccccc;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
}
.ctp-navigate-left:after,.ctp-push-left:after {
  left: 10px;
  content: '\e582';
}
.ctp-navigate-right:after, .ctp-push-right:after {
  right: 10px;
  content: '\e583';
}


/*ctp-sudoku*/
.ctp-table-view.ctp-grid-view {
  display: block;
  width: 100%;
  padding: 0 10px 10px 0;
  font-size: 0;
  white-space: normal;
}
.ctp-table-view.ctp-grid-view .ctp-sudoku-li-class img.ctp-sudoku-img{
  width:60px;
  height:60px;
}
.ctp-table-view.ctp-grid-view .ctp-table-view-cell {
  display: inline-block;
  padding: 10px 0 0 14px;
  margin-right: -4px;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  background: none;
}
.ctp-table-view.ctp-grid-view > li.ctp-table-view-cell > a:not(.ctp-btn) {
  position: relative;
  display: block;
  padding: inherit;
  overflow: hidden;
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ctp-table-view.ctp-grid-view .ctp-table-view-cell > a:not(.ctp-btn) {
  margin: -10px 0 0 -14px;
}
.ctp-table-view.ctp-grid-view .ctp-table-view-cell > a:not(.ctp-btn):active, .ctp-table-view.ctp-grid-view .ctp-table-view-cell > a:not(.ctp-btn).ctp-active {
  background: none;
}
.ctp-table-view.ctp-grid-view .ctp-table-view-cell .ctp-media-body {
  display: block;
  width: 100%;
  height: 13px;
  margin-top: 7px;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  /*text-overflow: ellipsis;*/
}
.ctp-table-view.ctp-grid-view .ctp-table-view-cell:before, .ctp-table-view.ctp-grid-view .ctp-table-view-cell:after {
  height: 0;
}

.ctp-grid-view.ctp-grid-9 {
  padding: 0;
  background-color: #fff;
}

.ctp-grid-view.ctp-grid-9 .ctp-table-view-cell {
  padding: 12px 1px;
  margin: 0 -1px 0 0;
  vertical-align: top;
}
.ctp-sudoku-border .ctp-grid-view.ctp-grid-9 .ctp-table-view-cell{
  border: 1px solid #fff;
  border-left-color: #e4e3e6;
  border-bottom-color: #e4e3e6;
}
.ctp-sudoku-border .ctp-grid-view.ctp-grid-9 .ctp-table-view-cell:last-child {
  border-right-color: #e4e3e6;
}

/*将宽度控制上移到UL层 by kfzx-daibj 20151202*/
@media (max-width: 400px) {
  .ctp-sudoku-col-auto .ctp-table-view-cell {
      width: 33.33333333%;
  }
  .ctp-sudoku-border .ctp-sudoku-col-auto .ctp-table-view-cell:nth-child(3n){
	  border-right-color: #fff!important;
  }
  .ctp-sudoku-col-4 .ctp-table-view-cell {
	  padding: 6px 1px!important;
  }
}
@media (min-width: 400px) {
  .ctp-sudoku-col-auto .ctp-table-view-cell {
      width: 25%;
  }
  .ctp-sudoku-border .ctp-sudoku-col-auto .ctp-table-view-cell:nth-child(4n){
      border-right-color: #fff!important;
  }
  .ctp-grid-view.ctp-grid-9 .ctp-table-view-cell {
	  padding: 9px 1px;
  }
  .ctp-sudoku-col-3 .ctp-table-view-cell {
	  padding: 18px 1px!important;
  }
}
.ctp-sudoku-col-3 .ctp-table-view-cell {
  width: 33.33333333%;
}
.ctp-sudoku-border .ctp-sudoku-col-3 .ctp-table-view-cell:nth-child(3n){
  border-right-color: #fff!important;
}
.ctp-sudoku-col-4 .ctp-table-view-cell {
  width: 25%;
}
.ctp-sudoku-border .ctp-sudoku-col-4 .ctp-table-view-cell:nth-child(4n){
  border-right-color: #fff!important;
}
.ctp-table-view.ctp-grid-view.ctp-sudoku-col-4 .ctp-sudoku-li-class img.ctp-sudoku-img {
  width:40px;
  height:40px;
}
.ctp-grid-view.ctp-grid-9 .ctp-table-view-cell.ctp-active {
  background-color: #eee;
}
.ctp-grid-view.ctp-grid-9 .ctp-table-view-cell > a:not(.ctp-btn) {
  padding: 10px 0;
  margin: 0;
}
/*
.ctp-grid-view.ctp-grid-9:before {
  height: 0;
}
*/
.ctp-sudoku-border .ctp-grid-view.ctp-grid-9:after {
  height: 0;
}

.ctp-grid-view.ctp-grid-9.ctp-table-view-cell:after {
  height: 0;
}

.ctp-grid-view.ctp-grid-9 .ctp-media {
  color: #797979;
}
.ctp-grid-view.ctp-grid-9 .ctp-media .ctp-icon {
  position: relative;
  font-size: 2.4em;
}
.ctp-slider-cell
{
    position: relative;
}
.ctp-slider-cell > .ctp-slider-handle
{
    z-index: 1;
}
.ctp-slider-cell > .ctp-slider-left, .ctp-slider-cell > .ctp-slider-right
{
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
}
.ctp-slider-cell > .ctp-slider-left
{
    left: 0;
}
.ctp-slider-cell > .ctp-slider-right
{
    right: 0;
}
.ctp-sudoku-outer-border .ctp-table-view:before, .ctp-sudoku-outer-border .ctp-table-view:after{
	height: 0;
}

/*form submit elements*/
.ctp-input-row {
  overflow: hidden;
  clear: both;
}
.ctp-input-row select {
  height: 37px;
  padding: 0;
  font-size: 17px;
}

.ctp-input-row:last-child,
.ctp-input-row label + input, .ctp-input-row .ctp-btn + input {
  background-image: none;
}

.ctp-input-row, .ctp-table-view-cell > .ctp-table-item .ctp-input-row.ctp-radio, .ctp-table-view-cell > .ctp-table-item .ctp-input-row.ctp-checkbox{
  height: 42px; 
}

.ctp-input-row label {
  float: left;
  width: 35%;
  padding: 11px 0;
  font-family: Helvetica, Arial, sans-serif;
  /*line-height: 1.1;*/
}

.ctp-input-row label ~ input, .ctp-input-row label ~ select, .ctp-input-row label ~ textarea {
  float: right;
  width: 65%;
  padding-left: 0;
  margin-bottom: 0;
  border: 0;
}

.ctp-input-row .ctp-btn {
  float: right;
  width: 15%;
  padding: 10px 15px;
  /*font-family: Helvetica, Arial, sans-serif;*/
  line-height: 1.1;
}
.ctp-input-row.ctp-search .ctp-btn {
  padding: 0;
  height: 100%;
}

.ctp-input-row .ctp-btn ~ input, .ctp-input-row .ctp-btn ~ select, .ctp-input-row .ctp-btn ~ textarea {
  float: left;
  width: 85%;
  padding-left: 0;
  margin-bottom: 0;
  border: 0;
}

.ctp-input-row .ctp-input-clear ~ .ctp-icon-clear, .ctp-input-row .ctp-input-speech ~ .ctp-icon-speech {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  width: 38px;
  height: 38px;
  font-size: 20px;
  color: #999;
  text-align: left;
}


.ctp-button-row {
  position: relative;
  padding-top: 5px;
  text-align: center;
}

.ctp-input-group .ctp-button-row {
  height: 45px;
}

.ctp-input-row {
  position: relative;
}
.ctp-input-row.ctp-input-range {
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}
.ctp-input-row .ctp-inline {
  padding: 8px 0;
}

.ctp-select:before {
  position: absolute;
  top: 50%;
  right: 12px;
  font-family: Muiicons;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

  -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
  color: #cccccc;
  /*content: '\e581';*/
}
.ctp-datepicker-icon.ctp-icon-arrowdown, .ctp-datepicker-icon.ctp-icon-arrowright {
  font-family: Muiicons;
}
.ctp-input-row .ctp-switch {
  float: right;
  margin-top: 5px;
  /*margin-right: 20px;*/
}

.ctp-input-range input[type="range"] {
  position: relative;
  width: 100%;
  height: 2px;
  -webkit-appearance: none !important;
  padding: 0;
  margin: 17px 0;
  cursor: pointer;
  background-color: #999;
  border: 0;
  border-radius: 3px;
  outline: none;
}
.ctp-input-range input[type='range']::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  -webkit-appearance: none !important;
  background-color: #5c82c0;
  background-clip: padding-box;
  border-color: #0062cc;
  border-radius: 50%;
}
.ctp-input-range label ~ input[type="range"] {
  width: 65%;
}
.ctp-input-range .ctp-tooltip {
  position: absolute;
  top: -70px;
  z-index: 1;
  width: 64px;
  height: 64px;
  font-size: 36px;
  line-height: 64px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 0 #f3f3f3;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  opacity: .8;
}

.ctp-search {
  position: relative;
  padding: 4px 0;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: horizontal;
          box-orient: horizontal;
  -webkit-box-align: center;
          box-align: center;
}
.ctp-search.ctp-search-weaken {
  background-color: #f7f7f7;
}
.ctp-search-container {
  width: 100%;
  height: 100%;/*不加的話，button高度撐不開*/
}
.ctp-search-popover-item {
  line-height: 34px;
  padding-left: 15px;
}
/*add by kfzx-panl 20151225 begin*/
input.ctp-input-clear:after {
  position: absolute;
  top: 40%;
  display: inline-block;
  font-family: Muiicons;
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);

  -webkit-font-smoothing: antialiased;
  right: 10px;
  color: rgba(170, 170, 170, .6);
  content: '\e434'; 
}
input.ctp-search-nobutton {
  width: 100%;
}
input.ctp-search-hasbutton {
  width: 84%;
}
.ctp-search-clear.ctp-search-clear-hasbutton {
  position: absolute;
  left: 84%;
  top: 50%;
}
.ctp-search input[type="search"] {
  padding-left: 30px;
  text-align: left;
}
.ctp-search.ctp-search-weaken input[type="search"] {
  background-color: #cccccc;
}
.ctp-search-classify-exhale.ctp-search input[type="search"] {
  padding-left: 60px;
}
.ctp-search-classify{
  position: absolute;
  left: 14px;
  line-height: 34px;
  font-size: 14px;
}
.ctp-search-classify-icon{
  position: absolute;
  left: 40px;
  line-height: 34px;
  font-size: 14px;
}
/*add by kfzx-panl 20151225 end*/
.ctp-search .ctp-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  height: 100%;
  width: 20px;
  font-size: 16px;
  line-height: 42px;
  color: #999;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 6px;
}
.ctp-search .ctp-placeholder .ctp-icon {
  font-size: 20px;
  color: #333;
}
.ctp-search:before {
  position: absolute;
  top: 50%;
  right: 50%;
  display: none;
  margin-top: -18px;
  margin-right: 31px;
  font-family: Muiicons;
  font-size: 20px;
  font-weight: normal;
  content: '\e466';
}
.ctp-search.ctp-active:before {
  right: auto;
  left: 5px;
  display: block;
  margin-right: 0;
  font-size: 20px;
}
.ctp-search.ctp-active input[type="search"] {
  text-align: left;
}
.ctp-search.ctp-active .ctp-placeholder {
  display: none;
}

.ctp-input-row .ctp-input-speech ~ .ctp-icon-speech {
  top: 8px;
  font-size: 24px;
}
.ctp-input-row .ctp-input-clear ~ .ctp-icon-clear ~ .ctp-icon-speech {
  display: none;
}
.ctp-input-row .ctp-input-clear ~ .ctp-icon-clear.ctp-hidden ~ .ctp-icon-speech {
  display: inline-block;
}
.ctp-input-row .ctp-icon-speech ~ .ctp-placeholder {
  right: 38px;
}
.ctp-input-row.ctp-search .ctp-icon-clear {
  top: 7px;
}

.ctp-input-row.ctp-search .ctp-icon-speech {
  top: 5px;
}

/*numbox*/
.ctp-numbox {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 35px;
  padding: 0 40px 0 40px;
  overflow: hidden;
  vertical-align: top;
  vertical-align: middle;
  /*background-color: #efeff4;*/
  /*border: solid 1px #bbb;*/
  border-radius: 3px;
}
.ctp-numbox [class*=ctp-numbox-btn] {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  padding: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  line-height: 100%;
  color: #555;
  background-color: #f9f9f9;
  border: solid 1px #bbb;
  border-radius: 0;
}
.ctp-numbox [class*=ctp-numbox-btn]:active {
  background-color: #ccc;
}
.ctp-numbox [class*=ctp-numbox-btn][disabled] {
  color: #c0c0c0;
}
.ctp-numbox .ctp-numbox-btn-plus {
  right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ctp-numbox .ctp-numbox-btn-minus {
  left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ctp-numbox .ctp-numbox-input {
  display: inline-block;
  width: 100% !important;
  height: 100%;
  padding: 0 3px !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  word-break: normal;
  border: none !important;
  border-top: solid 1px #ccc !important;
  border-bottom: solid 1px #ccc !important;
  border-radius: 0 !important;
}

.ctp-input-row .ctp-numbox {
  float: right;
  margin: 2px 8px;
}

/*ctp-checkbox, ctp-radio*/


.ctp-radio, .ctp-checkbox {
  position: relative;
}
.ctp-radio label, .ctp-checkbox label {
  display: inline-block;
  float: none;
  width: 100%;
}

.ctp-radio.ctp-left input[type="radio"], .ctp-checkbox.ctp-left input[type="checkbox"] {
  left: 20px;
}

.ctp-radio.ctp-left label, .ctp-checkbox.ctp-left label {
  padding-left: 58px;
}

.ctp-radio input[type="radio"], .ctp-checkbox input[type="checkbox"] {
  position: absolute;
  top: 5px;
  right: 20px;
  display: inline-block;
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  outline: 0 !important;
}
.ctp-radio input[type="radio"][disabled]:before, .ctp-checkbox input[type="checkbox"][disabled]:before {
  opacity: .3;
}
.ctp-radio input[type="radio"]:before, .ctp-checkbox input[type="checkbox"]:before {
  font-family: Muiicons;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
  color: #aaa;
  text-decoration: none;
  background: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
}
.ctp-radio input[type="radio"]:checked:before, .ctp-checkbox input[type="checkbox"]:checked:before {
  color: #ea4940;
}

.ctp-radio.ctp-disabled label, .ctp-radio label.ctp-disabled, .ctp-checkbox.ctp-disabled label, .ctp-checkbox label.ctp-disabled {
  opacity: .4;
}

.ctp-radio input[type="radio"]:before {
  content: "\e411";
}

.ctp-radio input[type="radio"]:checked:before {
  content: "\e441";
}
.ctp-radio.ctp-radio-checkmark input[type="radio"]:before {
  content: "";
}
.ctp-radio.ctp-radio-checkmark input[type="radio"]:checked:before {
  content: "\e472";
  font-size: 42px;
  position: absolute;
  top: -6px;
}
.ctp-radio.ctp-radio-checkmark input[type="radio"] {
  width: 34px;
}
.ctp-checkbox-circular input[type="checkbox"]:before {
  content: "\e411";
}

.ctp-checkbox-circular input[type="checkbox"]:checked:before {
  content: "\e442";
}
.ctp-checkbox-square input[type="checkbox"]:before {
  font-size: 24px;
  content: "\e413";
}

.ctp-checkbox-square input[type="checkbox"]:checked:before {
  font-size: 24px;
  content: "\e443";
}

.ctp-table-view-cell.ctp-radio input[type=radio], .ctp-table-view-cell.ctp-checkbox input[type=checkbox] {
  top: 8px;
}



@font-face {
  font-family: Muiicons;
  font-style: normal;
  font-weight: normal;

  src: url("../fonts/ctptouch.ttf") format("truetype");
}


@font-face {font-family: "iconfont";
  src:url('../fonts/iconfont.ttf') format('truetype'); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

.ctp-iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
		  font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}

.ctp-icon-calendar:before { 
  content: "\e614";
}

/*位置、颜色等控制样式*/
.ctp-datepicker-icon{
  position: absolute;
  top: 50%;
  right: 12px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

  -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
  color: #cccccc;
}

/*icon*/
.ctp-icon {
  display: inline-block;
  font-family: Muiicons;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;

  -webkit-font-smoothing: antialiased;
		  font-smoothing: antialiased;
}
.ctp-icon.ctp-right:before {
  float: right;
  padding-left: .2em;
}

.ctp-icon-contact:before {
  content: "\e100";
}

.ctp-icon-person:before {
  content: "\e101";
}

.ctp-icon-personadd:before {
  content: "\e102";
}

.ctp-icon-contact-filled:before {
  content: "\e130";
}

.ctp-icon-person-filled:before {
  content: "\e131";
}

.ctp-icon-personadd-filled:before {
  content: "\e132";
}

.ctp-icon-phone:before {
  content: "\e200";
}

.ctp-icon-email:before {
  content: "\e201";
}

.ctp-icon-chatbubble:before {
  content: "\e202";
}

.ctp-icon-chatboxes:before {
  content: "\e203";
}

.ctp-icon-phone-filled:before {
  content: "\e230";
}

.ctp-icon-email-filled:before {
  content: "\e231";
}

.ctp-icon-chatbubble-filled:before {
  content: "\e232";
}

.ctp-icon-chatboxes-filled:before {
  content: "\e233";
}

.ctp-icon-weibo:before {
  content: "\e260";
}

.ctp-icon-weixin:before {
  content: "\e261";
}

.ctp-icon-pengyouquan:before {
  content: "\e262";
}

.ctp-icon-chat:before {
  content: "\e263";
}

.ctp-icon-videocam:before {
  content: "\e300";
}

.ctp-icon-camera:before {
  content: "\e301";
}

.ctp-icon-mic:before {
  content: "\e302";
}

.ctp-icon-location:before {
  content: "\e303";
}

.ctp-icon-mic-filled:before, .ctp-icon-speech:before {
  content: "\e332";
}

.ctp-icon-location-filled:before {
  content: "\e333";
}

.ctp-icon-micoff:before {
  content: "\e360";
}

.ctp-icon-image:before {
  content: "\e363";
}

.ctp-icon-map:before {
  content: "\e364";
}

.ctp-icon-compose:before {
  content: "\e400";
}

.ctp-icon-trash:before {
  content: "\e401";
}

.ctp-icon-upload:before {
  content: "\e402";
}

.ctp-icon-download:before {
  content: "\e403";
}

.ctp-icon-close:before {
  content: "\e404";
}

.ctp-icon-redo:before {
  content: "\e405";
}

.ctp-icon-undo:before {
  content: "\e406";
}

.ctp-icon-refresh:before {
  content: "\e407";
}

.ctp-icon-star:before {
  content: "\e408";
}

.ctp-icon-plus:before {
  content: "\e409";
}

.ctp-icon-minus:before {
  content: "\e410";
}

.ctp-icon-circle:before, .ctp-icon-checkbox:before {
  content: "\e411";
}

.ctp-icon-close-filled:before, .ctp-icon-clear:before {
  content: "\e434";
}

.ctp-icon-close-filled-gray:before, .ctp-icon-clear-gray:before {
  color: rgba(170, 170, 170, .6);
  content: "\e434";
}

.ctp-icon-refresh-filled:before {
  content: "\e437";
}

.ctp-icon-star-filled:before {
  content: "\e438";
}

.ctp-icon-plus-filled:before {
  content: "\e439";
}

.ctp-icon-minus-filled:before {
  content: "\e440";
}

.ctp-icon-circle-filled:before {
  content: "\e441";
}

.ctp-icon-checkbox-filled:before {
  content: "\e442";
}

.ctp-icon-closeempty:before {
  content: "\e460";
}

.ctp-icon-refreshempty:before {
  content: "\e461";
}

.ctp-icon-reload:before {
  content: "\e462";
}

.ctp-icon-starhalf:before {
  content: "\e463";
}

.ctp-icon-spinner:before {
  content: "\e464";
}

.ctp-icon-spinner-cycle:before {
  content: "\e465";
}

.ctp-icon-search:before {
  content: "\e466";
}

.ctp-icon-plusempty:before {
  content: "\e468";
}

.ctp-icon-forward:before {
  content: "\e470";
}

.ctp-icon-back:before, .ctp-icon-left-nav:before {
  content: "\e471";
}

.ctp-icon-checkmarkempty:before {
  content: "\e472";
}

.ctp-icon-home:before {
  content: "\e500";
}

.ctp-icon-navigate:before {
  content: "\e501";
}

.ctp-icon-gear:before {
  content: "\e502";
}

.ctp-icon-paperplane:before {
  content: "\e503";
}

.ctp-icon-info:before {
  content: "\e504";
}

.ctp-icon-help:before {
  content: "\e505";
}

.ctp-icon-locked:before {
  content: "\e506";
}

.ctp-icon-more:before {
  content: "\e507";
}

.ctp-icon-flag:before {
  content: "\e508";
}

.ctp-icon-home-filled:before {
  content: "\e530";
}

.ctp-icon-gear-filled:before {
  content: "\e532";
}

.ctp-icon-info-filled:before {
  content: "\e534";
}

.ctp-icon-help-filled:before {
  content: "\e535";
}

.ctp-icon-more-filled:before {
  content: "\e537";
}

.ctp-icon-settings:before {
  content: "\e560";
}

.ctp-icon-list:before {
  content: "\e562";
}

.ctp-icon-bars:before {
  content: "\e563";
}

.ctp-icon-loop:before {
  content: "\e565";
}

.ctp-icon-paperclip:before {
  content: "\e567";
}

.ctp-icon-arrowup:before {
  content: "\e580";
}

.ctp-icon-arrowdown:before {
  content: "\e581";
}

.ctp-icon-arrowleft:before {
  content: "\e582";
}

.ctp-icon-arrowright:before {
  content: "\e583";
}

.ctp-icon-arrowthinup:before {
  content: "\e584";
}

.ctp-icon-arrowthindown:before {
  content: "\e585";
}

.ctp-icon-arrowthinleft:before {
  content: "\e586";
}

.ctp-icon-arrowthinright:before {
  content: "\e587";
}

.ctp-icon-pulldown:before {
  content: "\e588";
}

/*button*/
input[type="button"],input[type="submit"],input[type="reset"],button,.ctp-btn {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  color: #333;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: all;
          transition: all;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
button.ctp-btn-not-roundedcorner {
  border-radius: 0px;
}
input[type="button"]:enabled:active, input[type="button"].ctp-active:enabled,
input[type="submit"]:enabled:active,
input[type="submit"].ctp-active:enabled,
input[type="reset"]:enabled:active,
input[type="reset"].ctp-active:enabled,
button:enabled:active,
button.ctp-active:enabled,
.ctp-btn:enabled:active,
.ctp-btn.ctp-active:enabled {
  color: #fff;
  background-color: #929292;
}
input[type="button"]:disabled, input[type="button"].ctp-disabled,
input[type="submit"]:disabled,
input[type="submit"].ctp-disabled,
input[type="reset"]:disabled,
input[type="reset"].ctp-disabled,
button:disabled,
button.ctp-disabled,
.ctp-btn:disabled,
.ctp-btn.ctp-disabled {
  color: #fff;
  background-color: #dddddd !important;
  border: 1px solid #dddddd !important;
}

input[type="submit"],
.ctp-btn-primary, .ctp-btn-blue {
  color: #fff;
  background-color: #007aff;
  border: 1px solid #007aff;
}
input[type="submit"]:enabled:active, input[type="submit"].ctp-active:enabled,
.ctp-btn-primary:enabled:active,
.ctp-btn-primary.ctp-active:enabled, .ctp-btn-blue:enabled:active, .ctp-btn-blue.ctp-active:enabled {
  color: #fff;
  background-color: #0062cc;
  border: 1px solid #0062cc;
}
.ctp-btn-primary, .ctp-btn-blue{
    color: #fff;
    border: 1px solid #007aff;
    background-color: #007aff;
}
.ctp-btn-positive, .ctp-btn-success, .ctp-btn-green {
  color: #fff;
  background-color: #4cd964;
  border: 1px solid #4cd964;
}
.ctp-btn-positive:enabled:active, .ctp-btn-positive.ctp-active:enabled, .ctp-btn-success:enabled:active, .ctp-btn-success.ctp-active:enabled, .ctp-btn-green:enabled:active, .ctp-btn-green.ctp-active:enabled {
  color: #fff;
  background-color: #2ac845;
  border: 1px solid #2ac845;
}

.ctp-btn-warning, .ctp-btn-yellow {
  color: #fff;
  background-color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.ctp-btn-warning:enabled:active, .ctp-btn-warning.ctp-active:enabled, .ctp-btn-yellow:enabled:active, .ctp-btn-yellow.ctp-active:enabled {
  color: #fff;
  background-color: #ec971f;
  border: 1px solid #ec971f;
}

.ctp-btn-negative, .ctp-btn-danger, .ctp-btn-red {
  color: #fff;
  background-color: #e43943;
  border: 1px solid #e43943;
}
.ctp-btn-negative:enabled:active, .ctp-btn-negative.ctp-active:enabled, .ctp-btn-danger:enabled:active, .ctp-btn-danger.ctp-active:enabled, .ctp-btn-red:enabled:active, .ctp-btn-red.ctp-active:enabled {
  color: #ecbfc1;
  background-color: #cd333c;
  border: 1px solid #cd333c;
}

.ctp-btn-royal, .ctp-btn-purple {
  color: #fff;
  background-color: #8a6de9;
  border: 1px solid #8a6de9;
}
.ctp-btn-royal:enabled:active, .ctp-btn-royal.ctp-active:enabled, .ctp-btn-purple:enabled:active, .ctp-btn-purple.ctp-active:enabled {
  color: #fff;
  background-color: #6641e2;
  border: 1px solid #6641e2;
}

.ctp-btn-grey {
  color: #fff;
  background-color: #c7c7cc;
  border: 1px solid #c7c7cc;
}
.ctp-btn-grey:enabled:active, .ctp-btn-grey.ctp-active:enabled {
  color: #fff;
  background-color: #acacb4;
  border: 1px solid #acacb4;
}

.ctp-btn-outlined {
  background-color: transparent;
}
.ctp-btn-outlined.ctp-btn-primary, .ctp-btn-outlined.ctp-btn-blue {
  color: #007aff;
}
.ctp-btn-outlined.ctp-btn-positive, .ctp-btn-outlined.ctp-btn-success, .ctp-btn-outlined.ctp-btn-green {
  color: #4cd964;
}
.ctp-btn-outlined.ctp-btn-warning, .ctp-btn-outlined.ctp-btn-yellow {
  color: #f0ad4e;
}
.ctp-btn-outlined.ctp-btn-negative, .ctp-btn-outlined.ctp-btn-danger, .ctp-btn-outlined.ctp-btn-red {
  color: #dd524d;
}
.ctp-btn-outlined.ctp-btn-royal, .ctp-btn-outlined.ctp-btn-purple {
  color: #8a6de9;
}
.ctp-btn-outlined.ctp-btn-primary:enabled:active, .ctp-btn-outlined.ctp-btn-blue:enabled:active, .ctp-btn-outlined.ctp-btn-positive:enabled:active, .ctp-btn-outlined.ctp-btn-success:enabled:active, .ctp-btn-outlined.ctp-btn-green:enabled:active, .ctp-btn-outlined.ctp-btn-warning:enabled:active, .ctp-btn-outlined.ctp-btn-yellow:enabled:active, .ctp-btn-outlined.ctp-btn-negative:enabled:active, .ctp-btn-outlined.ctp-btn-danger:enabled:active, .ctp-btn-outlined.ctp-btn-red:enabled:active, .ctp-btn-outlined.ctp-btn-royal:enabled:active, .ctp-btn-outlined.ctp-btn-purple:enabled:active {
  color: #fff;
}


.ctp-btn-text-primary, .ctp-btn-text-blue {
  color: #007aff;
}
.ctp-btn-text-positive, .ctp-btn-text-success, .ctp-btn-text-green {
  color: #4cd964;
}
.ctp-btn-text-warning, .ctp-btn-text-yellow {
  color: #f0ad4e;
}
.ctp-btn-text-negative, .ctp-btn-text-danger, .ctp-btn-text-red {
  color: #dd524d;
}
.ctp-btn-text-royal, .ctp-btn-text-purple {
  color: #8a6de9;
}
.ctp-btn-text-primary:enabled:active, .ctp-btn-text-blue:enabled:active, .ctp-btn-text-positive:enabled:active, .ctp-btn-text-success:enabled:active, .ctp-btn-text-green:enabled:active, .ctp-btn-text-warning:enabled:active, .ctp-btn-text-yellow:enabled:active, .ctp-btn-text-negative:enabled:active, .ctp-btn-text-danger:enabled:active, .ctp-btn-text-red:enabled:active, .ctp-btn-text-royal:enabled:active, .ctp-btn-text-purple:enabled:active {
  color: #fff;
}
.ctp-btn-border-primary, .ctp-btn-border-blue {
  border-color: #007aff;
}
.ctp-btn-border-positive, .ctp-btn-border-success, .ctp-btn-border-green {
  border-color: #4cd964;
}
.ctp-btn-border-warning, .ctp-btn-border-yellow {
  border-color: #f0ad4e;
}
.ctp-btn-border-negative, .ctp-btn-border-danger, .ctp-btn-border-red {
  border-color: #dd524d;
}
.ctp-btn-border-royal, .ctp-btn-border-purple {
  border-color: #8a6de9;
}
.ctp-btn-border-none {
  border: 0;
}

.ctp-btn-link {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #007aff;
  background-color: transparent;
  border: 0;
}
.ctp-btn-link:enabled:active, .ctp-btn-link.ctp-active:enabled {
  color: #0062cc;
  background-color: transparent;
}

.ctp-btn-block {
  display: block;
  width: 100%;
  /*padding: 15px 0;
  margin-bottom: 10px;*/
  font-size: 17px;
}
.ctp-btn .ctp-badge {
  /*margin: -2px -4px -2px 4px;
  font-size: 13px;
  background-color: rgba(0, 0, 0, .15);*/
}
.ctp-btn .ctp-badge-inverted,
.ctp-btn:enabled:active .ctp-badge-inverted {
  background-color: transparent;
}

.ctp-btn-primary:enabled:active .ctp-badge-inverted,
.ctp-btn-positive:enabled:active .ctp-badge-inverted,
.ctp-btn-negative:enabled:active .ctp-badge-inverted {
  color: #fff;
}

.ctp-btn-block .ctp-badge {
  position: absolute;
  right: 0;
  margin-right: 10px;
}

.ctp-btn .ctp-icon {
  font-size: inherit;
}

.ctp-btn.ctp-icon {
  font-size: 14px;
  line-height: 1.42;
}

.ctp-btn.ctp-fab {
  width: 56px;
  height: 56px;
  padding: 16px;
  border-radius: 50%;
  outline: none;
}
.ctp-btn.ctp-fab.ctp-btn-mini {
  width: 40px;
  height: 40px;
  padding: 8px;
}
.ctp-btn.ctp-fab .ctp-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}
.ctp-btn.ctp-icon:before {
  margin-right: 6px;
}
/*navigation*/
.ctp-bar {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
  height: 50px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: rgba(238, 238, 238, .98);
}

.ctp-bar-ios-h {
  height: 50px;
}

.ctp-bar .ctp-title {
  right: 40px;
  left: 40px;
  width: auto;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ctp-bar .ctp-backdrop {
  background: none;
}

.ctp-bar-header-secondary {
  top: 44px;
}

.ctp-bar-footer {
  bottom: 0;
}

.ctp-bar-footer-secondary {
  bottom: 44px;
}

.ctp-bar-footer-secondary-tab {
  bottom: 50px;
}

.ctp-bar-footer,
.ctp-bar-footer-secondary,
.ctp-bar-footer-secondary-tab {
  border-top: 0;
}

.ctp-bar-nav {
  top: 0;
  border-bottom: 1px solid #bdb7b7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e43943),to(#e43943)); 
}
.ctp-bar-nav a{
  color: white;
}
.ctp-bar-nav a:active{
  background-size:14px 24px;
  color: rgba(255,255,255,0.5);
}
.ctp-bar-nav ~ .ctp-content .ctp-anchor {
  display: block;
  height: 45px;
  margin-top: -45px;
  visibility: hidden;
}
.ctp-bar-nav.ctp-bar .ctp-icon.ctp-pull-left, .ctp-bar-nav.ctp-bar .ctp-icon.ctp-pull-right, .ctp-bar-nav.ctp-bar .ctp-icon.ctp-pull-close {
  line-height: 49px;
}
.ctp-bar-nav.ctp-bar .ctp-icon.ctp-pull-left:before{
  margin-left:-8px;
}
.ctp-bar-nav.ctp-bar .ctp-icon.ctp-pull-right:before{
  margin-right:-8px;
}
.ctp-bar-nav  .ctp-nav-show-true {
  display: inline;
}
.ctp-bar-nav  .ctp-nav-show-false {
  display: none;
}

.ctp-bar-nav .ctp-nav-left-label, .ctp-bar-nav .ctp-nav-right-label, .ctp-bar-nav .ctp-nav-close-label{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.ctp-title {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 -10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 49px;
  color: white;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.ctp-title a {
  color: inherit;
}

.ctp-triangle-right{
  width:0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 25px solid gray;
  border-bottom: 25px solid transparent;
}

.ctp-bar-tab {
  display: table;
  width: 100%;
  height: 50px;
  padding: 0;
  table-layout: fixed;
  border-top: 0;
  border-bottom: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .85);
          box-shadow: 0 0 1px #cccccc;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  -webkit-touch-callout: none;
}
.ctp-bar-tab .ctp-tab-item {
  display: table-cell;
  width: 1%;
  height: 50px;
  overflow: hidden;
  color: #929292;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.ctp-bar-tab .ctp-tab-item.ctp-active {
  color: #ea4940;
}
.ctp-bar-tab .ctp-tab-item .ctp-icon {
  top: 3px;
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
}
.ctp-bar-tab .ctp-tab-item .ctp-icon ~ .ctp-tab-label {
  display: block;
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
}
.ctp-bar-tab .ctp-tab-item .ctp-icon:active {
  background: none;
}

.ctp-focusin > .ctp-bar {
  position: absolute;
}

.ctp-bar .ctp-btn {
  position: relative;
  top: 7px;
  z-index: 20;
  padding: 6px 12px 7px;
  margin-top: 0;
  font-weight: 400;
}
.ctp-bar .ctp-btn.ctp-pull-right {
  margin-left: 10px;
}
.ctp-bar .ctp-btn.ctp-pull-left {
  margin-right: 10px;
}

.ctp-bar .ctp-btn-link {
  top: 0;
  padding: 0;
  font-size: 16px;
  line-height: 44px;
  color: #007aff;
  border: 0;
}
.ctp-bar .ctp-btn-link:active, .ctp-bar .ctp-btn-link.ctp-active {
  color: #0062cc;
}

.ctp-bar .ctp-btn-block {
  top: 6px;
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 17px;
}

.ctp-bar .ctp-btn-nav.ctp-pull-left {
  margin-left: -5px;
}
.ctp-bar .ctp-btn-nav.ctp-pull-left .ctp-icon-left-nav {
  margin-right: -3px;
}
.ctp-bar .ctp-btn-nav.ctp-pull-right {
  margin-right: -5px;
}
.ctp-bar .ctp-btn-nav.ctp-pull-right .ctp-icon-right-nav {
  margin-left: -3px;
}
.ctp-bar .ctp-btn-nav:active {
  opacity: .3;
}

.ctp-bar .ctp-icon {
  position: relative;
  z-index: 20;
  font-size: 24px;
}
.ctp-bar .ctp-icon:active {
}
.ctp-bar .ctp-btn .ctp-icon {
  top: 1px;
  padding: 0;
  margin: 0;
}
.ctp-bar .ctp-title .ctp-icon {
  padding: 0;
  margin: 0;
}
.ctp-bar .ctp-title .ctp-icon.ctp-icon-caret {
  top: 4px;
  margin-left: -5px;
}

.ctp-bar input[type="search"] {
  height: 29px;
  margin: 6px 0;
}

.ctp-bar .ctp-input-row .ctp-btn {
  padding: 12px 10px;
}

.ctp-bar .ctp-search:before {
  margin-top: -10px;
}

.ctp-bar .ctp-input-row .ctp-input-clear ~ .ctp-icon-clear, .ctp-bar .ctp-input-row .ctp-input-speech ~ .ctp-icon-speech {
  top: 0;
  right: 12px;
}

.ctp-bar.ctp-bar-header-secondary .ctp-input-row .ctp-input-clear ~ .ctp-icon-clear, .ctp-bar.ctp-bar-header-secondary .ctp-input-row .ctp-input-speech ~ .ctp-icon-speech {
  top: 0;
  right: 0;
}

.ctp-bar .ctp-segmented-control {
  top: 7px;
  width: auto;
  margin: 0 auto;
}

.ctp-badge {
  display: inline-block;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1;
  color: #333;
  background-color: rgba(0, 0, 0, .15);
  border-radius: 100px;
}
.ctp-badge.ctp-badge-inverted {
  padding: 0 5px 0 0;
  color: #929292;
  background-color: transparent;
}

.ctp-badge-primary, .ctp-badge-blue {
  color: #fff;
  background-color: #007aff;
}
.ctp-badge-primary.ctp-badge-inverted, .ctp-badge-blue.ctp-badge-inverted {
  color: #007aff;
  background-color: transparent;
}

.ctp-badge-success, .ctp-badge-green {
  color: #fff;
  background-color: #4cd964;
}
.ctp-badge-success.ctp-badge-inverted, .ctp-badge-green.ctp-badge-inverted {
  color: #4cd964;
  background-color: transparent;
}

.ctp-badge-warning, .ctp-badge-yellow {
  color: #fff;
  background-color: #f0ad4e;
}
.ctp-badge-warning.ctp-badge-inverted, .ctp-badge-yellow.ctp-badge-inverted {
  color: #f0ad4e;
  background-color: transparent;
}

.ctp-badge-danger, .ctp-badge-red {
  color: #fff;
  background-color: #dd524d;
}
.ctp-badge-danger.ctp-badge-inverted, .ctp-badge-red.ctp-badge-inverted {
  color: #dd524d;
  background-color: transparent;
}

.ctp-badge-royal, .ctp-badge-purple {
  color: #fff;
  background-color: #8a6de9;
}
.ctp-badge-royal.ctp-badge-inverted, .ctp-badge-purple.ctp-badge-inverted {
  color: #8a6de9;
  background-color: transparent;
}

.ctp-icon .ctp-badge {
  position: absolute;
  top: -2px;
  left: 100%;
  padding: 1px 5px;
  margin-left: -10px;
  font-size: 10px;
  line-height: 1.4;
  color: white;
  background: #e43943;
}

/*switch*/
.ctp-switch {
  position: relative;
  display: block;
  width: 74px;
  height: 30px;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ddd;
  border-radius: 20px;
  -webkit-transition-timing-function: none;
          transition-timing-function: none;
  -webkit-transition-duration: none;
          transition-duration: none;
  -webkit-transition-property: none;
          transition-property: none;
}
.ctp-switch.ctp-disabled {
  opacity: .3;
}
.ctp-switch .ctp-switch-handle {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  -webkit-transition: none;
          transition: none;
  -webkit-transition-property: none;
          transition-property: none;
}
.ctp-switch.ctp-switch-animate {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color, border;
          transition-property: background-color, border;
}
.ctp-switch.ctp-switch-animate .ctp-switch-handle { 
  -webkit-transition-property: -webkit-transform, width,left;
          transition-property:         transform, width,left;
  -webkit-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}
.ctp-switch:before {
  position: absolute;
  top: 5px;
  right: 11px;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  content: "Off";
}
.ctp-switch.ctp-dragging {
  background-color: rgba(247, 247, 247, .98);
  border-color: rgba(247, 247, 247, .98);
}
.ctp-switch.ctp-dragging .ctp-switch-handle {
  width: 38px;
}
.ctp-switch.ctp-dragging.ctp-active .ctp-switch-handle {
  left: -11px;
  width: 38px;
}
.ctp-switch.ctp-active {
  background-color: #4cd964;
  border-color: #4cd964;
}
.ctp-switch.ctp-active .ctp-switch-handle {
  -webkit-transform: translate3d(43px, 0, 0);
          transform: translate3d(43px, 0, 0);
}
.ctp-switch.ctp-active:before {
  right: auto;
  left: 15px;
  color: #fff;
  content: "On";
}
.ctp-switch input[type="checkbox"] {
  display: none;
}

.ctp-switch-mini {
  width: 47px;
}
.ctp-switch-mini:before {
  display: none;
}
.ctp-switch-mini.ctp-active .ctp-switch-handle {
  -webkit-transform: translate3d(16px, 0, 0);
          transform: translate3d(16px, 0, 0);
}

.ctp-switch-blue.ctp-active {
  background-color: #007aff;
  border: 2px solid #007aff;
}

/*popover*/
.ctp-popover {
  position: fixed;
  z-index: 99998;
  width: 280px;
  border-radius: 7px;
  opacity: 0;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.ctp-datepicker-exhale{
  width: 100%;
  transition: .3s;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.ctp-datepicker-exhale .ctp-picker{
  width: 20%;
  height: 100%;
  margin: 0px;
  float: left;
  border: none;
  background-color: #fff;
}
.ctp-datepicker-exhale .ctp-dtpicker-body{
  height: 230px;
}
.ctp-datepicker-exhale .ctp-dtpicker-body .ctp-dtpicker-left-radius{
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ctp-datepicker-exhale .ctp-dtpicker-body .ctp-dtpicker-right-radius{
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ctp-popover .ctp-popover-arrow {
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 1000;
  width: 26px;
  height: 26px;
  overflow: hidden;
}
/*  .ctp-popover .ctp-popover-arrow:after {
 position: absolute;
 top: 19px;
 left: 0;
 width: 26px;
 height: 26px;
 content: ' ';
 background: rgb(255, 255, 255);
 border-radius: 3px;
 -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
}  */
.ctp-popover .ctp-popover-icon{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.ctp-popover .ctp-popover-arrow-after {
  position: absolute;
  top: 19px;
  left: 0;
  width: 26px;
  height: 26px;
  content: ' ';
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ctp-popover .ctp-popover-arrow.ctp-bottom {
  top: 100%;
  left: -26px;
  margin-top: -1px;
}
.ctp-popover .ctp-popover-arrow.ctp-bottom .ctp-popover-arrow-after {
  top: -19px;
  left: 0;
}
.ctp-popover.ctp-popover-action {
  bottom: 0;
  width: 100%;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
          transition:         transform .3s, opacity .3s;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.ctp-popover.ctp-popover-action.ctp-popover-bottom{
    position: fixed;
}
.ctp-popover.ctp-popover-action .ctp-popover-arrow {
  display: none;
}
.ctp-popover.ctp-popover-action.ctp-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ctp-popover.ctp-popover-action .ctp-table-view {
  margin: 8px;
  color: #007aff;
  text-align: center;
  border-radius: 4px;
}
.ctp-popover.ctp-popover-action .ctp-table-view .ctp-table-view-cell:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
          transform: scaleY(.5);
}
.ctp-popover.ctp-popover-action .ctp-table-view small {
  display: block;
  font-weight: 400;
  line-height: 1.3;
}
.ctp-popover.ctp-active {
  display: block;
  opacity: 1;
}
.ctp-popover .ctp-bar ~ .ctp-table-view {
  padding-top: 44px;
}

.ctp-popover .ctp-btn-block {
  margin-bottom: 5px;
}
.ctp-popover .ctp-btn-block:last-child {
  margin-bottom: 0;
}

.ctp-popover .ctp-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ctp-popover .ctp-bar-nav {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ctp-popover .ctp-scroll-wrapper {
  margin: 0 0;
  background-clip: padding-box;
  border-radius: 7px;
}

.ctp-popover .ctp-scroll .ctp-table-view {
  max-height: 300px;
  background-color: #fff;
}

.ctp-popover .ctp-table-view {
  max-height: 300px;
  margin-bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
  /*background-color: rgba(247, 247, 247, .98);*/
  background-image: none;
  border-radius: 7px;
}
.ctp-popover .ctp-table-view:before, .ctp-popover .ctp-table-view:after {
  height: 0;
}
.ctp-popover .ctp-table-view .ctp-table-view-cell:first-child,
.ctp-popover .ctp-table-view .ctp-table-view-cell:first-child > a:not(.ctp-btn) {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.ctp-popover .ctp-table-view .ctp-table-view-cell:last-child,
.ctp-popover .ctp-table-view .ctp-table-view-cell:last-child > a:not(.ctp-btn) {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.ctp-popover.ctp-bar-popover .ctp-table-view {
  width: 106px;
}
.ctp-popover.ctp-bar-popover .ctp-table-view .ctp-table-view-cell {
  padding: 11px 15px 11px 15px;
  background-position: 0 100%;
}
.ctp-popover.ctp-bar-popover .ctp-table-view .ctp-table-view-cell > a:not(.ctp-btn) {
  margin: -11px -15px -11px -15px;
}
/*poppanel*/
.ctp-poppanel{
  border-radius: 0px;
}
.ctp-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, .3);
}

.ctp-bar-backdrop.ctp-backdrop {
  bottom: 50px;
  background: none;
}

.ctp-backdrop-action.ctp-backdrop {
  background-color: rgba(0, 0, 0, .3);
}

.ctp-bar-backdrop.ctp-backdrop, .ctp-backdrop-action.ctp-backdrop {
  opacity: 0;
}
.ctp-bar-backdrop.ctp-backdrop.ctp-active, .ctp-backdrop-action.ctp-backdrop.ctp-active {
  opacity: 1;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

/*tabs*/
/*add by kfzx-panl 20151124 begin*/
.ctp-nav-tabs .tab-heading, .ctp-nav-tabs .ctp-tab-item{  
  min-height: 32px;
  border-left: 1px solid #5c82c0;
  display: -webkit-box;
  display: box;
  -webkit-box-align: center;
          box-align: center;
  -webkit-box-orient: horizontal;
		  box-orient: horizontal;
  -webkit-box-pack: center;
          box-pack: center;
}
.ctp-nav-tabs .ctp-tab-item .ctp-icon {
  font-size: inherit;
  color: #333333;
}
.ctp-nav-tabs .ctp-tab-item .ctp-tab-image {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.ctp-nav-tabs.underline-style tab-heading ,.ctp-nav-tabs.underline-style .ctp-tab-item {
  margin-top: 4px;
  border-right: 1px solid #F4F4F4;
  border-left: 1px solid #F4F4F4;
}

.ctp-nav-tabs li:last-child tab-heading {
  border-right-width: 0px;
}

.ctp-nav-tabs li:first-child tab-heading {
  border-left-width: 0px;
}

.ctp-nav-tabs .ctp-tab-label {
  padding-left: 2px;
  padding-right: 2px;
}

.ctp-nav-tabs .ctp-tab-label .ctp-badge , .ctp-btn .ctp-badge {
  position: absolute;
  margin-left: -4px;
  top: 2px;
  padding: 1px 3px;
  color: #fff;
  background-color: #e43943;  
  border-radius: 8px;
  vertical-align: middle;
  text-align: center;
  z-index: 999;
}

.ctp-btn .ctp-badge {
  top: 1px;
}
/*add by kfzx-panl 20151124 end*/
.ctp-nav-tabs .ctp-icon .ctp-badge {
  position: absolute;
  top: -2px;
  left: 100%;
  padding: 1px 5px;
  margin-left: -18px;
  font-size: 10px;
  line-height: 1.4;
  color: white;
  background: red;
  z-index: 999;
}
.ctp-bar-tab .ctp-tab-item.active {
  color: #EA4940;
}
.ctp-tab-content > .ctp-tab-pane {
  opacity: 0;
  visibility: hidden;
  display: none;
  /*-webkit-transform: translateX(400px);*//*display: none;的时候，动画效果不生效*//*注释by kfzx-wengq 临时避免了tab下放置pullrefresh的list无法展示的问题*/
}
.ctp-tab-content > .ctp-tab-pane > .active {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transition: 0.3s;
  -webkit-transform: translateX(0px);
}
tab-content > .mui-scroll-wrapper {
  position: static;
}
.ctp-tab-content > .ctp-tab-pane.active {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transition: 0.3s;
  /*-webkit-transform: translateX(0px);*//*注释by kfzx-wengq 临时避免了tab下放置pullrefresh的list无法展示的问题*/
}
.ctp-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.ctp-nav > li {
  position: relative;
  display: block;
}
.ctp-nav:before,
.ctp-nav:after{
  display: table;
  /*content: " ";*/
}
.ctp-nav:after{
  clear: both;
}
.ctp-nav > li > a {
  position: relative;
  display: block;
}
.ctp-nav > li > a:hover,
.ctp-nav > li > a:focus {
  text-decoration: none;
}
.ctp-nav > li.disabled > a {
  color: #777;
}
.ctp-nav > li.disabled > a:hover,
.ctp-nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.ctp-nav .open > a,
.ctp-nav .open > a:hover,
.ctp-nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.ctp-nav .ctp-nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.ctp-nav > li > a > img {
  max-width: none;
}
.ctp-nav-tabs {
  background-color: #fff;
  display: -webkit-box;
  display: box;
  margin-top: 0px;
  border: 1px solid #F4F4F4;
  border-radius: 5px;
}
.ctp-nav-tabs > li {
  -webkit-box-flex: 1;
  flex: 1;
  float: left;
}
/*.ctp-nav.ctp-nav-tabs{
  border-radius: 8px;
}*/

.ctp-nav-tabs > li:first-child > a{
  border-radius: 4px 0px 0px 4px;
  border-left: none;
}
.ctp-nav-tabs > li:last-child > a{
  border-radius: 0px 4px 4px 0px;
}

.ctp-nav-tabs.underline-style {
  border:none;
  border-radius: 0px;
}
.ctp-nav-tabs.underline-style > li  > a {
  padding: 5px 0px;
}

.ctp-nav-tabs > li > a {
  background-color: #fff;
  color: #5c82c0;
  font-size : 17px;
  text-align: center;
}
/*.ctp-nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}*/
.ctp-nav-tabs.underline-style > li > a {
  color: #333;
  background-color: #fff;
  cursor: default;
  border-radius: 0 0 3px 3px;
  border-bottom: 3px solid #fff;
}
.ctp-nav-tabs > li.active > a, .ctp-nav-tabs > li > a.active {
  color: #fff;
  cursor: default;
  background-color: #5c82c0;
}
.ctp-nav-tabs.underline-style > li.active  > a , .ctp-nav-tabs.underline-style > li  > a.active {
  color: #333;
  background-color: #fff;
  cursor: default;
  border-bottom-color: red;
}
.ctp-nav-tabs.ctp-nav-justified {
  width: 100%;
  border-bottom: 0;
}
.ctp-nav-tabs.ctp-nav-justified > li {
  float: none;
}
.ctp-nav-tabs.ctp-nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.ctp-nav-tabs.ctp-nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .ctp-nav-tabs.ctp-nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .ctp-nav-tabs.ctp-nav-justified > li > a {
    margin-bottom: 0;
  }
}
.ctp-nav-tabs.ctp-nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.ctp-nav-tabs.ctp-nav-justified > .active > a,
.ctp-nav-tabs.ctp-nav-justified > .active > a:hover,
.ctp-nav-tabs.ctp-nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .ctp-nav-tabs.ctp-nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .ctp-nav-tabs.ctp-nav-justified > .active > a,
  .ctp-nav-tabs.ctp-nav-justified > .active > a:hover,
  .ctp-nav-tabs.ctp-nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/*messagebox*/
.ctp-messagebox{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  color: #fff;
  z-index: 99998;/*需要大于datepicker的值，否则会被遮挡*/
  position: absolute;
  top: 0px;
  left: 0px;
}

.ctp-messagebox.ctp-showlock{
  display: -webkit-box;
  display: box;
  -webkit-box-orient: horizontal;
          box-orient: horizontal;
  -webkit-box-pack: center;
          box-pack: center;
  -webkit-box-align: center;
          box-align: center;
}

.ctp-messagebox.ctp-hidelock{
  display: none;
}

.ctp-messagebox .ctp-messagebox-shadow{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  opacity: 1;
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ctp-icon.ctp-icon-messagebox-alert{
  position:absolute;
  top:50%;
  margin-top: -13px;/*(60+15-50)/2*/
}
.ctp-icon-messagebox-alert:before {
    content: "\e504";
    font-size: 60px;
    line-height: 60px;
}
.ctp-icon.ctp-icon-messagebox-alert.ok-button{
  margin-top: -37px;/*(60+15)/2*/
}
.ctp-shadow-opacity{
  opacity: 0;
}
.messagebox-alert-icon-style{
  padding-left:80px;
  text-align:left;
  width:100%;
}
/*statusbar*/
.ctp-loading{
  width: 100%;
  height: 100%;
  z-index: 5000;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ctp-loading .ctp-loading-container{
  width: 150px;
  height: 82px;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  z-index: 5000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 6px;
}

.ctp-loading.ctp-showlock {
  display: block
}

.ctp-loading.ctp-hidelock{
  display: none;
}

.ctp-loading .ctp-loading-info{
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

.ctp-loading-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 10px auto 0 auto;
}

.ctp-loading .ctp-spinner {
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: spinner-spin 1s step-end infinite;
          animation: spinner-spin 1s step-end infinite;
}

.ctp-georama:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' stroke='#fff'><defs><linearGradient x1='8.042%' y1='0%' x2='65.682%' y2='23.865%' id='a'><stop stop-color='#fff' stop-opacity='0' offset='0%'/><stop stop-color='#fff' stop-opacity='.631' offset='63.146%'/><stop stop-color='#fff' offset='100%'/></linearGradient></defs><g fill='none' fill-rule='evenodd'><g transform='translate(1 1)' stroke-width='2'><circle stroke-opacity='.5' cx='18' cy='18' r='18'/><path d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(#a)' stroke-width='2'><animateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /></path></g></g></svg>");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.ctp-spinner:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><line id='l' x1='60' x2='60' y1='7' y2='27' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round'/></defs><g><use xlink:href='%23l' opacity='.27'/><use xlink:href='%23l' opacity='.27' transform='rotate(30 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='%23l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='%23l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='%23l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='%23l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='%23l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='%23l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}

.ctp-spinner-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><line id='l' x1='60' x2='60' y1='7' y2='27' stroke='%23fff' stroke-width='11' stroke-linecap='round'/></defs><g><use xlink:href='%23l' opacity='.27'/><use xlink:href='%23l' opacity='.27' transform='rotate(30 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='%23l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='%23l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='%23l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='%23l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='%23l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='%23l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>");
}

@-webkit-keyframes spinner-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  8.33333333% {
    -webkit-transform: rotate(30deg);
  }

  16.66666667% {
    -webkit-transform: rotate(60deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
  }

  33.33333333% {
    -webkit-transform: rotate(120deg);
  }

  41.66666667% {
    -webkit-transform: rotate(150deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  58.33333333% {
    -webkit-transform: rotate(210deg);
  }

  66.66666667% {
    -webkit-transform: rotate(240deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
  }

  83.33333333% {
    -webkit-transform: rotate(300deg);
  }

  91.66666667% {
    -webkit-transform: rotate(330deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner-spin {
  0% {
    transform: rotate(0deg);
  }

  8.33333333% {
    transform: rotate(30deg);
  }

  16.66666667% {
    transform: rotate(60deg);
  }

  25% {
    transform: rotate(90deg);
  }

  33.33333333% {
    transform: rotate(120deg);
  }

  41.66666667% {
    transform: rotate(150deg);
  }

  50% {
    transform: rotate(180deg);
  }

  58.33333333% {
    transform: rotate(210deg);
  }

  66.66666667% {
    transform: rotate(240deg);
  }

  75% {
    transform: rotate(270deg);
  }

  83.33333333% {
    transform: rotate(300deg);
  }

  91.66666667% {
    transform: rotate(330deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*label directive begin*/
.ctp-label {
  clear: left;
  display: block;
  padding: 6px 0 0 0;
  margin: 0;
  word-wrap: break-word;
}
.ctp-label-fs {
  font-size:17px
}
.ctp-label-ff {
  font-family: Helvetica, Arial, sans-serif;
}
.ctp-label-cn{
  color:#000
}
/*label directive end*/

/* panel begin*/
.ctp-panel-box {
  position: relative;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
/*.ctp-panel-box~.ctp-panel-box {
  border-top: 0;
}*/
.ctp-panel-head {
  background-color: #f1f1f1;
  height: 34px;
  line-height: 35px;
  /*padding: 7px 0;*/
  vertical-align: middle;
  font-weight: bold;
}
.ctp-panel-head.ctp-panel-head-collapsed {
   font-weight: normal;
}
.ctp-panel-head div.ctp-panel-head-title {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 36px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ctp-panel-head-tab {
  background-color: inherit;
  border: none;  
}
.ctp-panel-head div.ctp-panel-head-title-tab {
  display: -webkit-box;
  display: box;
  background-color: #545454;
  background-clip: border-box;
  color: white;
  padding-left: 10px;
  padding-right: 10px;    
  vertical-align: middle;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
div.ctp-panel-head-tab~div.ctp-panel-body {
  border: none;
  border-top: 1px solid #545454;
}
.ctp-panel-head div.ctp-panel-head-title.ctp-panel-head-title-not-collapsible {
  /*padding-left: 10px;*/
  /*font-weight: normal;*/
}
.ctp-panel-head.ctp-panel-head-collapsed div.ctp-panel-head-title:after {
  content: '\e581';
}
.ctp-panel-head div.ctp-panel-head-title:after  {
  position: absolute;
  top: 50%;
  display: inline-block;
  font-family: Muiicons;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #bbb;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  content: '\e580';
  right: 10px;
}
.ctp-panel-head div.ctp-panel-head-title.ctp-panel-head-title-not-collapsible:after {
  display: none;
}
.ctp-panel-box .ctp-panel-body {
    background-color: #fff;
    padding-left: 10px;
    /*border-bottom: 1px solid #cdcdcd;*/
    text-align: left;
}
.ctp-panel-body-nopadding {    
    padding: 0px !important;
}
.ctp-panel-body-nopadding .table {
    margin-bottom: 0;
}
.ctp-panel-body-nopadding .table-bordered {
    border: 0;
}
/*panel end*/

/* ctp route progress begin*/
.ctp-route-container {
  width: 100%;
  height: auto;
}
.ctp-route-container div[ui-view]::-webkit-scrollbar{
  display: none;
}
.ctp-progress-container {
  height: 1px;
  position: absolute;
  /*top: 0px;*/
  left: 0px;
  right: 0px;
}
.ctp-progress-shadow {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 99999;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
[id^="ctp_progress"] .ctp-progress-spinner {
  display: none !important;
}
[id^="ctp_progress"] {
  /* Make clicks pass-through */
  pointer-events: none;
  /* Fancy blur effect */
}
[id^="ctp_progress"] .ctp-progress-bar {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 2px;
  background: #5eb95e;
}
[id^="ctp_progress"] .ctp-progress-peg {
  display: block;
  position: absolute;
  right: 0;
  width: 0px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
          box-shadow: 0 0 10px #5eb95e, 0 0 5px #5eb95e;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
[id^="ctp_progress"] .ctp-progress-spinner {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2000;
  display: block;
}
[id^="ctp_progress"] .ctp-progress-spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #5eb95e;
  border-left-color: #5eb95e;
  border-radius: 50%;
  -webkit-animation: ctp-progress-spinner 400ms linear infinite;
          animation: ctp-progress-spinner 400ms linear infinite;
}

@-webkit-keyframes ctp-progress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ctp-progress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ctp route progress end*/

/*textfield directive begin*/
.ctp-textfield-clear:before {
  position: absolute;
  top: 50%;
  display: inline-block;
  font-family: Muiicons;
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

  -webkit-font-smoothing: antialiased;
  right: 12px;
  color: #cccccc;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /*content: '\e434';*/ 
}
/*textfield directive end or \e404*/
.ctp-validate-error:before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"> <path fill-rule="evenodd" clip-rule="evenodd" fill="#DA4C3C" d="M8,1L0,15h16L8,1"/><path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M7,14v-2h2v2H7z M7,6h2v5H7V6z"/> </svg>');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px 20px;
  position: absolute;
  margin-top: -10px;
  margin-left: 2px;
  top: 50%;
}
/*当配置了全局出错图标参数，且form表单上加了ctp-validate的class之后，才会有padding-left:25px;*/
.ctp-validate-padding .ctp-validate{
  padding-left:25px;
}
/*当numbox需要预留25px放置*/
.ctp-validate-padding .ctp-validate-numbox-button{
  left:25px;
}
.ctp-validate-padding .ctp-validate-numbox-div{
  padding-left:65px;
}
.ctp-validate-error-input{
  width: 0px;
  height: 0px;
  position: absolute;
  border: none;
  background-color: inherit;
}

/*header directive begin*/
.ctp-header-container {
  height:50px;
  width:100%;
  position:absolute;
  top:0px;
  left:0px;
  box-sizing:border-box;
  z-index:5;
}
/*header directive end*/

/*footer directive begin*/
.ctp-footer-container {
  height:50px;
  width:100%;
  position:absolute;
  bottom:0px;
  left:0px;
  box-sizing:border-box;
  z-index:5;
}
/*footer directive end*/

/*content directive begin*/
.ctp-content-container {
  height:100%;
  max-width:100%;
  overflow:auto;
  background-color: #f7f7f7;
}
.ctp-content-box-sizing {
  height:100%;
  width:100%;
  overflow:auto;
  position:relative;
  box-sizing:border-box;
  padding: 0;
}
.ctp-content-topBottom-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ctp-content-leftRight-padding {
  padding-left: 0px;
  padding-right: 0px;
}
/*content directive end*/

/*textarea directive begin*/
.ctp-textarea{
  padding: 12px 16px 12px 18px;
  border-left: 0px;
  border-right: 0px;
  line-height: 29px;
}

.ctp-textarea-border{
  border-left: 1px solid rgba(0, 0, 0, .2);
  border-right: 1px solid rgba(0, 0, 0, .2);
}
/*textarea directive end or \e404*/

/*search directive begin*/
.ctp-search-clear:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  font-family: Muiicons;
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);

  -webkit-font-smoothing: antialiased;
  right: 10px;
  color: rgba(170, 170, 170, .6);
  content: '\e434'; 
}
/*search directive end or \e404*/

/*currency directive begin*/
.ctp-currency
{
  line-height:18px;
  font-size:17px;
}

.ctp-currency-hidden-div
{
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  padding: 10px 15px;
  margin-bottom: 15px;
  line-height: 21px;
  -webkit-user-select: text;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  outline: none;
}
/*currency directive end*/

/*modal directive begin*/
/* ==========================================================================
   Component: Modal Plugin
 ============================================================================ */
.ctp-modal {
  width: 270px;
  position: fixed;
  display: inline;
  z-index: 1110;
  left: 50%;
  margin-left: -135px;
  margin-top: 0;
  top: 50%;
  text-align: center;
  border-radius: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
          transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  /*@media @large-up {
    width: @modal-lg;
    margin-left: -@modal-lg/2;
  }*/
}
.ctp-modal:focus {
  outline: 0;
}
.ctp-modal.ctp-modal-active {
  opacity: 1;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.ctp-modal.ctp-modal-out {
  opacity: 0;
  z-index: 1109;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0) scale(0.815);
          transform: translate3d(0, 0, 0) scale(0.815);
}
@media only screen and (min-width:641px) {
  /*保留，兼容存量pad应用*/
  .ctp-modal {
    width: 540px;
    margin-left: -270px;
  }
}
.ctp-modal-dialog {
  border-radius: 0;
  background: #f8f8f8;
  width: 100%;
}
.ctp-modal-hd {
  /*padding: 15px 10px 5px 10px;*/
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
}

.ctp-messagebox-close:after{
  content: '\e460';
  right: 10px;
  position: absolute;
  font-size: 24px;
}
.ctp-modal-hd + .ctp-modal-bd {
  padding-top: 0;
}
.ctp-modal-hd .ctp-close {
  position: absolute;
  top: 4px;
  right: 4px;
}
.ctp-modal-bd {
  padding: 15px 30px;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 2px 2px 0 0;
}
.ctp-modal-bd + .ctp-modal-bd {
  margin-top: 5px;
}
.ctp-modal-prompt-input {
  display: block;
  margin: 5px auto 0 auto;
  border-radius: 0;
  padding: 5px;
  line-height: 1.8rem;
  width: 80%;
  border: 1px solid #dedede;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.ctp-modal-prompt-input:focus {
  outline: none;
  border-color: #d6d6d6;
}
.ctp-modal-footer {
  height: 50px;
  overflow: hidden;
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.ctp-modal-btn {
  display: table-cell !important;
  padding: 0 5px;
  height: 50px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #3598db;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-right: 1px solid #dcdcdc;
}
.ctp-modal-btn:first-child {
  border-radius: 0 0 0 0;
}
.ctp-modal-btn:last-child {
  border-right: none;
  border-radius: 0 0 0 0;
}
.ctp-modal-btn:first-child:last-child {
  border-radius: 0 0 0 0;
}
.ctp-modal-btn.ctp-modal-btn-bold {
  font-weight: 500;
}
.ctp-modal-btn:active {
  background: #d4d4d4;
}
.ctp-modal-btn + .ctp-modal-btn {
  border-left: 1px solid #dcdcdc;
}
.ctp-modal-no-btn .ctp-modal-dialog {
  border-radius: 0;
  border-bottom: none;
}
.ctp-modal-no-btn .ctp-modal-bd {
  border-bottom: none;
}
.ctp-modal-no-btn .ctp-modal-footer {
  display: none;
}
.ctp-modal-loading .ctp-modal-bd {
  border-bottom: none;
}
.ctp-modal-loading .ctp-icon-spin {
  display: inline-block;
  font-size: 2.4rem;
}
.ctp-modal-loading .ctp-modal-footer {
  display: none;
}
.ctp-modal-actions {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1110;
  width: 100%;
  text-align: center;
  border-radius: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms;
          transition: transform 300ms;
}
.ctp-modal-actions.ctp-modal-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ctp-modal-actions.ctp-modal-out {
  z-index: 1109;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.ctp-modal-actions-group {
  margin: 10px;
}
.ctp-modal-actions-group .ctp-list {
  margin: 0;
  border-radius: 0;
}
.ctp-modal-actions-group .ctp-list > li {
  margin-bottom: 0;
  border-bottom: none;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015);
          box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.015);
}
.ctp-modal-actions-group .ctp-list > li > a {
  padding: 1rem;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ctp-modal-actions-group .ctp-list > li:first-child {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ctp-modal-actions-group .ctp-list > li:last-child {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ctp-modal-actions-header {
  padding: 1rem;
  color: #99998;
  font-size: 1.4rem;
}
.ctp-modal-actions-danger {
  color: #dd514c;
}
.ctp-modal-actions-danger a {
  color: inherit;
}
.ctp-popup {
  position: absolute; /*modify from fixed -> absolute*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1110;
  background: #fff;
  display: none;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.ctp-popup.ctp-modal-active,
.ctp-popup.ctp-modal-out {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.ctp-popup.ctp-modal-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ctp-popup.ctp-modal-out {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
@media all and (min-width: 600px) and (min-height: 600px) {
  .ctp-popup {
    width: 600px; /*modify from 630 -> 600*/
    height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px; /*modify from 315 -> 300*/
    margin-top: -300px;
    -webkit-transform: translateY(1024px);
        -ms-transform: translateY(1024px);
            transform: translateY(1024px);
  }
  .ctp-popup.ctp-modal-active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .ctp-popup.ctp-modal-out {
    -webkit-transform: translateY(1024px);
        -ms-transform: translateY(1024px);
            transform: translateY(1024px);
  }
}
.ctp-popup-inner {
  padding-top: 44px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
}
.ctp-popup-hd {
  position: fixed;
  top: 0;
  width: 100%;
  height: 43px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}
.ctp-popup-hd .ctp-popup-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  margin: 0 30px;
  color: #333333;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ctp-popup-hd .ctp-close {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  color: #99998;
}
.ctp-popup-hd .ctp-close:hover {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  color: #555555;
}
.ctp-popup-bd {
  padding: 15px;
  background: #f8f8f8;
  color: #555555;
}
/*弹出框居中样式*/
.ctp-modal-align-center { 
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: absolute;
  color:#333;
}

/*modal directive end*/
/*number keybord*/
.ctp-number-keybord{
  position: absolute;
  bottom: 0px;
  font-weight: bold;
  font-size: 20px;
  z-index: 99998;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s;
            transition: opacity .3s;
    -webkit-transition-property: opacity;
            transition-property: opacity;
    -webkit-transform: none;
            transform: none;
}
.ctp-number-keybord.ctp-active{
    display: block;
    opacity: 1;
}
.ctp-number-keybord table{
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
}
.ctp-number-keybord td{
    padding: 11px 15px;
    margin: -1px 0 0 -1px;
    vertical-align: top;
    border-top: 1px solid #B2B4BA;
    border-left: 1px solid #B2B4BA;
    text-align: center;
}
.ctp-number-keybord td.btn-clear, .ctp-number-keybord td.btn-confirm{
  vertical-align: middle;
}
.ctp-number-keybord td:active{
  background-color:#efeff4;
}
.ctp-number-keybord .clear-container{
  width: 34px;
  margin: 0 auto;
}
.ctp-number-keybord .clear{
  float:left;
  border: 2px solid #000;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 0px 4px 4px 0px;
  border-left-width: 0px;
  line-height: 1px;
}
.ctp-number-keybord .clear .ctp-icon{
  font-weight:bold;
  font-size: 22px;
}
.ctp-number-keybord .sharp{
  float:left;
  border: 2px solid #000;
  width: 18px;
  height: 18px;
  border-right-width: 0px;
  border-top-width: 0px;
  margin:3px -9px 0px 0px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ctp-number-keybord td.btn-confirm{
  background-color:#6C89D7;
  font-weight: normal;
  color:rgba(255,255,255,0.2);
}
.ctp-number-keybord td.btn-confirm.ctp-active{
  color:rgba(255,255,255,1);
}
.ctp-number-keybord td.btn-confirm.ctp-active:active{
  background-color:#274FC4;
}

/*block select*/
.ctp-block-option{
  border:1px solid #CCCCCC;
  position:relative;
  float:left;
  text-align:center;
  border-radius: 5px;
  -webkit-border-radius:5px;
  width:90px;/*手机端默认宽度*/
  height:40px;/*手机端默认高度*/
  line-height:40px;
}
.ctp-block-select-top{
  top: 0;
  border-top: 15px solid red;
  border-left: 15px solid transparent;
} 
.ctp-block-select-bottom{
  bottom: 0;
  border-bottom: 24px solid red;
  border-left: 24px solid transparent;
}
.ctp-block-option-selected{
  position:absolute;
  width: 0;
  height: 0;
  right: 0;
  display: none;
}
.ctp-block-select-bottom.ctp-block-option-selected .ctp-icon-checkmarkempty{
  margin-top:7px;
  vertical-align:top;
  margin-left:-18px;
  color: #fff;
}
.ctp-block-option.ctp-active{
  border-color:#e43943;
  border-width:2px;
}
.ctp-block-option.ctp-active .ctp-block-option-selected{
  display:block;
}
.ctp-blockselect-border-color{
  border-color:gray !important;
  color: gray !important;
}
.ctp-block-bluewhite.ctp-blockselect-border-color, .ctp-block-redwhite.ctp-blockselect-border-color, .ctp-block-redhighlight.ctp-blockselect-border-color{
  border-color:grey !important;
  color: #fff !important;
  background-color: grey !important;
}
.ctp-blockselect-border-top{
  border-top:15px solid gray !important;
}
.ctp-blockselect-border-bottom{
  border-bottom:24px solid gray !important;
}
.ctp-block-option-selected.ctp-block-select-top .ctp-icon-checkmarkempty{
  margin-top:-24px;
  vertical-align:top;
  margin-left:-16px;
  color: #fff;
}
.ctp-block-redwhite.ctp-block-option.ctp-active {
    background-color: #ff7b7b;/*#e43943*/
    color: white;
}
.ctp-block-redwhite.ctp-block-option {
    border: 2px solid #ff7b7b;
    background-color: white;
    color: #ff7b7b;
    position: relative;
    float: left;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 90px;
    height: 40px;
    line-height: 40px;
}
.ctp-block-redhighlight.ctp-block-option.ctp-active {
    color: red;
}
.ctp-block-redhighlight.ctp-block-option {
    position: relative;
    float: left;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 90px;
    height: 40px;
    line-height: 40px;
}

.ctp-block-bluewhite.ctp-block-option.ctp-active {
    background-color: #3598db;/*#e43943*/
    color: #fff;
}
.ctp-block-bluewhite.ctp-block-option {
    border: 2px solid #3598db;
    background-color: #fff;
    color: #3598db;
    position: relative;
    float: left;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 90px;
    height: 40px;
    line-height: 40px;
}

/*ctp grid*/
div.ctp-grid-container {
  position: relative; 
  border-color: grey;
  border-spacing: 0px;
  width: 100%;
  height: auto;
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  background-color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff),
    to(#f5f5f5) );
  word-wrap: break-word;
  overflow: hidden;
}
div.ctp-grid-container div.ctp-grid-table-container {
  overflow: auto;
}
div.ctp-grid-foot-container {
  overflow: hidden;
  line-height: 32px;
}
div.ctp-grid-container div.ctp-grid-table-fixed {
  display: table;
  border-color: grey;
  border-spacing: 0px;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  background-color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff),
    to(#f5f5f5) );
  word-wrap: break-word;
}
div.ctp-grid-container div.ctp-grid-table {
  position: relative;
  display: table;
  border-color: grey;
  border-spacing: 0px;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  background-color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff),
    to(#f5f5f5) );
  word-wrap: break-word;
}
/*add by kfzx-panl 20160318*/
.ctp-grid-body .ctp-grid-row-deleting-copy div.ctp-grid-table.transform {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
}
div.ctp-grid-container div.ctp-grid-head, div.ctp-grid-container div.ctp-grid-head-fixed {
  display: table-header-group;
  color: #333333;
  /*font-size: 0.9em;*/
  line-height: 30px;
  /*text-shadow: gray 0px 1px 1px;*/
  width: 100%;
  /*height: 30px;*/
  /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#576672),
    to(#A7A7A7) );
  background: -moz-linear-gradient(top, #576672, #A7A7A7);*/
  background-color: #eeeeee;
}
div.ctp-grid-container div.ctp-grid-title {
  display: table-cell;
  vertical-align: middle;
  /*padding-left: 4px;*/
  line-height: inherit;
}
div.ctp-grid-title-checkbox>.ctp-input-row {
  height: 30px;
}
div.ctp-grid-title-checkbox>.ctp-input-row.ctp-checkbox input[type="checkbox"], div.ctp-grid-cell>.ctp-input-row.ctp-checkbox input[type="checkbox"] {
  right: 25%;
}
div.ctp-grid-title-checkbox>.ctp-input-row.ctp-checkbox input[type="checkbox"] {
  top: 1px;
}
div.ctp-grid-container div.ctp-grid-title-left {
  text-align: left;
}
div.ctp-grid-container div.ctp-grid-title-center {
  text-align: center;
}
div.ctp-grid-container div.ctp-grid-title-right {
  text-align: right;
}
div.ctp-grid-container div.ctp-grid-body {
  display: table-row-group;
  background-color: white;
  font-size: 0.9em;
  width: 100%;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row, .ctp-grid-row-select, div.ctp-grid-container div.ctp-grid-body .ctp-grid-cell > .ctp-input-row {
  display: table-row;
  width: 100%;  
  height: 40px;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row.ctp-grid-row-loading {
  position: relative;
  text-align:center;
  left: 0;
  overflow: hidden;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row-nodata {
  
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row-even {
  background-color: white;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row-odd {
  background-color: #eaebec;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row-tap {
  background-color: #e4e4e4;
}
.ctp-grid-row-hide {
  display: none !important;
}
.ctp-grid-row-select {
  position: absolute !important;
  border: 2px solid #c4c4c4;
  border-radius: 50px;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row .ctp-grid-cell {
  position: relative;
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
div.ctp-grid-container div.ctp-grid-title.ctp-grid-title-last-right, div.ctp-grid-container div.ctp-grid-body .ctp-grid-row .ctp-grid-cell-last-right {
  padding-right: 25px;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row .ctp-grid-cell-last-right {
  position: relative;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row .ctp-grid-cell-left {
  text-align: left;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row .ctp-grid-cell-center {
  text-align: center;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row .ctp-grid-cell-right {
  text-align: right;
}
/*div.ctp-grid-container div.ctp-grid-body .ctp-grid-row .ctp-grid-cell-right.ctp-grid-cell-last-right {
  padding-right: 14px;
}*/
/*div.ctp-grid-container div.ctp-grid-body.ctp-grid-body-row-line:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row.ctp-grid-row-line:after {
  position: absolute;
  right: 0;
  left: 0px;
  height: 1px;
  content: '';
  background-color: #cccccc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  display: block;
}*/
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row.ctp-grid-row-line {
  border-bottom: 1px solid rgba(204,204,204,0.5);
}
/*add by kfzx-panl 20160318*/
div.ctp-grid-container div.ctp-grid-row-deleting-copy .ctp-grid-row.ctp-grid-row-line {
  border-bottom: none;
}
div.ctp-grid-container div.ctp-grid-body .ctp-grid-row .ctp-grid-cell-last-right:after {
  position: absolute;
  font-family: Muiicons;
  font-size: inherit;
  color: #bbb;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  right: 8px;
  content: '\e583';
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  /*margin-top: -8px;*/
}
div.ctp-grid-container div.ctp-grid-foot {
  display: table;
  width: 100%;
  text-align: left;
  vertical-align: middle;
}
div.ctp-grid-foot .ctp-grid-pager {
  display:table-cell;
  padding: 0 8px;
  text-align: left;
  list-style: none;
}
div.ctp-grid-foot .ctp-grid-pager li {
  display: inline-block;
  width: 50%;
  text-align: center;
}
div.ctp-grid-foot .ctp-grid-pager li.ctp-grid-pager-prev {
  padding-right: 12px;
}
div.ctp-grid-foot .ctp-grid-pager:before, div.ctp-grid-foot .ctp-grid-pager:after {
  display: table-cell;
  content: " ";
}
div.ctp-grid-foot .ctp-grid-pager:after {
  clear: both;
}
div.ctp-grid-foot .ctp-grid-pager li > a{
  /*padding: 4px 17px;
  background-color: #ddd;
  background-clip: padding-box;
  border: 1px solid #cacaca;
  background-color: #007aff;
  color: white;*/
  border-radius: 3px;
  width: 100%;
  display: block;
  padding: 0;
  color: #fff;
  background-color: #e43943;
  background-color: #007aff;
  font-size: 14px;
  border: 0;
}
div.ctp-grid-foot .ctp-grid-pager li:not(.ctp-disabled)>a:active {
  background-color: #0062cc;
}
div.ctp-grid-foot .ctp-grid-pager li.ctp-disabled > a {
  background-color: #dddddd;
}
/*div.ctp-grid-foot .ctp-grid-pager > li:active > a, div.ctp-grid-foot .ctp-grid-pager > li:active > a:active {
  z-index: 1;
  color: #fff;
  cursor: default;
  background-color: #007aff;
}*/
/*div.ctp-grid-foot .ctp-grid-pager > li.ctp-disabled > a {
  color: #777;
  background-color: #ddd;
}*/
/*div.ctp-grid-foot .ctp-grid-pager > li.ctp-disabled > a:hover,
div.ctp-grid-foot .ctp-grid-pager > li.ctp-disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}*/
/*div.ctp-grid-foot div.ctp-grid-pager{
  display: table-cell;
  vertical-align: middle;
}
div.ctp-grid-foot div.ctp-grid-pager-prev{
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  color: blue;
  text-decoration: underline;
}
div.ctp-grid-foot div.ctp-grid-pager-next{
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  color: blue;
  text-decoration: underline;
}*/
div.ctp-grid-foot div.ctp-grid-searcher{
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
div.ctp-grid-foot input.ctp-grid-searcher-input{
  width: 80px;
  height: 22px;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
}
div.ctp-grid-foot div.ctp-grid-totaler{
  display: table-cell;
  padding-left: 5px;
  vertical-align: middle;
}
.ctp-grid-body .ctp-grid-row-deleting,.ctp-grid-row-deleting-copy  {
  position: absolute;
  width: 100%;
  display: inline;
  font-size: 17px; /*初始化字体大小为body大小，防止head与body与原有列宽不一致*/
  /*add by kfzx-panl 20160318*/
  z-index: 1;
}
.ctp-grid-row-deleting-copy {
  top: 1px;
}
/*.ctp-grid-body .ctp-grid-row-deleting div.ctp-grid-body.ctp-grid-body-row-line:after {
  display: none;
}*/
.ctp-grid-body .ctp-grid-row-deleting > .ctp-grid-row-del {
  position: absolute;
  top: 1px;
  right: 0;
  width: 15%;
  height: 20%;
  background-color: red;
  color: white;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  /*display: none;*/
  vertical-align: middle;
  text-align: center;
  /*font-size: 0.8em;*/ /*初始化字体大小为grid-body大小，防止删除与本行字体大小不一致*/ 
  display: -webkit-box;
  display: box;
  -webkit-box-orient: horizontal;
          box-orient: horizontal;
  -webkit-box-pack: center;
          box-pack: center;
  -webkit-box-align: center;
          box-align: center;
  color: white;
  /*add by kfzx-panl 20160318*/
  visibility: visible;
  z-index: 1;
}
.ctp-grid-body .ctp-grid-row-deleting > .ctp-grid-row-delshow {
}

/**
 * 选择列表插件
 * mui varstion 1.0.0
 */
.ctp-listpicker {
  position: relative;
  /*border: solid 1px #ccc;*/
  padding: 0px;
  margin: 0px;
  height: 100%;
  background-color: #ddd;
  overflow: hidden;
  border-radius: 3px;
}
.ctp-listpicker .ctp-listpicker-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-radius: 3px;
}
.ctp-ios .ctp-listpicker .ctp-listpicker-inner {
  width: calc(100% + 8px);
  padding-right: 8px;
}
.ctp-android .ctp-listpicker .ctp-listpicker-inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
}
.ctp-listpicker .ctp-listpicker-inner::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  visibility: hidden;
}
.ctp-listpicker ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.ctp-listpicker ul li {
  box-sizing: border-box;
  position: relative;
  padding: 8px;
  text-align: center;
  color: #555;
  white-space:nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.ctp-listpicker ul li:last-child {
  border-bottom: none;
}
.ctp-listpicker ul li::first-child {
  border-top: none;
}
.ctp-listpicker .ctp-listpicker-rule {
  position: absolute;
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
  background-color: #dfd;
  opacity: 0.5;
  width: 100%;
  left: 0px;
  top: 50%;
  z-index: 0;
}
.ctp-listpicker .ctp-listpicker-item-selected {
  color: green;
}

/**
 * scrollbar
 * mui varstion 1.0.0
 */
.ctp-scrollbar
{
    position: absolute;
    z-index: 9998;

    overflow: hidden;

    -webkit-transition: 500ms;
            transition: 500ms;
    transform: translateZ(0px);
    pointer-events: none;

    opacity: 0;
}

.ctp-scrollbar-vertical
{
    top: 0;
    right: 1px;
    bottom: 2px;

    width: 4px;
}
.ctp-scrollbar-vertical .ctp-scrollbar-indicator
{
    width: 100%;
}

.ctp-scrollbar-horizontal
{
    right: 2px;
    bottom: 0;
    left: 2px;

    height: 4px;
}
.ctp-scrollbar-horizontal .ctp-scrollbar-indicator
{
    height: 100%;
}

.ctp-scrollbar-indicator
{
    position: absolute;

    display: block;

    box-sizing: border-box;

    -webkit-transition: .01s cubic-bezier(.1, .57, .1, 1);
            transition: .01s cubic-bezier(.1, .57, .1, 1);
    transform: translate(0px, 0px) translateZ(0px);

    border: 1px solid rgba(255, 255, 255, .80196);
    border-radius: 2px;
    background: rgba(0, 0, 0, .39804);
}

/**
 * segmented-control
 * mui varstion 1.0.0
 */
.ctp-segmented-control
{
    font-size: 15px;
    font-weight: 400;

    position: relative;

    display: table;
    overflow: hidden;

    width: 100%;

    table-layout: fixed;

    border: 1px solid #007aff;
    border-radius: 3px;
    background-color: transparent;

    -webkit-touch-callout: none;
          touch-callout: none;
}
.ctp-segmented-control.ctp-scroll-wrapper
{
    height: 38px;
}
.ctp-segmented-control.ctp-scroll-wrapper .ctp-scroll
{
    width: auto;
    height: 40px;

    white-space: nowrap;
}
.ctp-segmented-control.ctp-scroll-wrapper .ctp-control-item
{
    display: inline-block;

    width: auto;
    padding: 0 20px;

    border: 0;
}
.ctp-segmented-control .ctp-control-item
{
    line-height: 38px;

    display: table-cell;
    overflow: hidden;

    width: 1%;

    -webkit-transition: background-color .1s linear;
            transition: background-color .1s linear;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #007aff;
    border-color: #007aff;
    border-left: 1px solid #007aff;
}
.ctp-segmented-control .ctp-control-item:first-child
{
    border-left-width: 0;
}
.ctp-segmented-control .ctp-control-item.ctp-active
{
    color: #fff;
    background-color: #007aff;
}
.ctp-segmented-control.ctp-segmented-control-inverted
{
    width: 100%;

    border: 0;
    border-radius: 0;
}
.ctp-segmented-control.ctp-segmented-control-inverted .ctp-control-item
{
    color: inherit;
    border: 0;
}
.ctp-segmented-control.ctp-segmented-control-inverted .ctp-control-item.ctp-active
{
    color: #007aff;
    border-bottom: 2px solid #007aff;
    background: none;
}
.ctp-segmented-control.ctp-segmented-control-inverted ~ .ctp-slider-progress-bar
{
    background-color: #007aff;
}

.ctp-segmented-control-positive
{
    border: 1px solid #4cd964;
}
.ctp-segmented-control-positive .ctp-control-item
{
    color: #4cd964;
    border-color: inherit;
}
.ctp-segmented-control-positive .ctp-control-item.ctp-active
{
    color: #fff;
    background-color: #4cd964;
}
.ctp-segmented-control-positive.ctp-segmented-control-inverted .ctp-control-item.ctp-active
{
    color: #4cd964;
    border-bottom: 2px solid #4cd964;
    background: none;
}
.ctp-segmented-control-positive.ctp-segmented-control-inverted ~ .ctp-slider-progress-bar
{
    background-color: #4cd964;
}

.ctp-segmented-control-negative
{
    border: 1px solid #dd524d;
}
.ctp-segmented-control-negative .ctp-control-item
{
    color: #dd524d;
    border-color: inherit;
}
.ctp-segmented-control-negative .ctp-control-item.ctp-active
{
    color: #fff;
    background-color: #dd524d;
}
.ctp-segmented-control-negative.ctp-segmented-control-inverted .ctp-control-item.ctp-active
{
    color: #dd524d;
    border-bottom: 2px solid #dd524d;
    background: none;
}
.ctp-segmented-control-negative.ctp-segmented-control-inverted ~ .ctp-slider-progress-bar
{
    background-color: #dd524d;
}

/*address book*/
.ctp-indexed-list {
	position: relative;
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
	overflow: hidden;
	background-color: #fafafa;
	height: 100%;
	cursor: default;
}
.ctp-indexed-list-inner {
	height: 100%;
	margin: 0px;
	padding: 34px 23px 0 0;
	position: relative;
	border: none;
}
.ctp-indexed-list-container {
	height: 100%;
	overflow-y: auto;
}
.ctp-indexed-list-container::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.ctp-indexed-list-empty-alert,
.ctp-indexed-list-inner.empty ul {
	display: none;
}
.ctp-indexed-list-inner.empty .ctp-indexed-list-empty-alert {
	display: block;
}
.ctp-indexed-list-empty-alert {
	padding: 30px 15px;
	text-align: center;
	color: #ccc;
	padding-right: 45px;
}
.ctp-address-search {
	width: 100%;
	position: absolute;
	top: 0px;
}
.ctp-indexed-list-search .ctp-address-placeholder {
	font-size: 16px;
    line-height: 34px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: inline-block;

    height: 34px;

    text-align: center;

    color: #999;
    border: 0;
    border-radius: 6px;
    background: none;
}
.ctp-indexed-list-search.ctp-active .ctp-address-placeholder {
	display: none;
}
.ctp-indexed-list-search {
	position: relative;
	border-bottom: solid 1px #e3e3e3;
	z-index: 15;
}
.ctp-indexed-list-search:before {
	font-family: Muiicons;
    font-size: 20px;
    font-weight: normal;

    position: absolute;
    top: 50%;

    display: none;

	margin-top: -12px;
    margin-right: 31px;

    content: '\e466';
}
.ctp-indexed-list-search.ctp-active:before {
	font-size: 20px;

    right: auto;
    left: 18px;

    display: block;

    margin-right: 0;
}
.ctp-indexed-list-search input {
	border-radius: 0px;
	margin: 0px;
	padding: 10px 15px 10px 43px;
	background-color: #fff;
}
.ctp-indexed-list-search.ctp-active input {
	text-align: left;
}
.ctp-indexed-list-search .ctp-icon-clear {
	font-size: 20px;

    position: absolute;
    z-index: 1;
    top: 7px;
    right: 0;

    width: 38px;
    height: 38px;

    text-align: center;

    color: #999;
}
.ctp-indexed-list-bar {
	width: 23px;
	background-color: lightgrey;
	position: absolute;
  margin-top: -17px;/*导航条的高度是跟整个组件相同的，而组件还包含了35px的搜索区高度*/
	height: 100%;
	z-index: 10;
	right: 0px;
	-webkit-transition: .2s;
}
.ctp-indexed-list-bar a {
	display: block;
	text-align: center;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	color: #aaa;
}
.ctp-indexed-list-bar.active {
	background-color: rgb(200,200,200);
}
.ctp-indexed-list-bar.active a {
	color: #333;
}
.ctp-indexed-list-bar.active a.active {
	color: #007aff;
}
.ctp-indexed-list-alert {
	position: absolute;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.5);
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	border-radius: 40px;
	text-align: center;
	line-height: 80px;
	font-size: 35px;
	color: #fff;
	display: none;
	-webkit-transition: .2s;
}
.ctp-indexed-list-alert.active {
	display: block;
}
.ctp-indexed-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

/**
 * 选择列表插件，日期控件
 * varstion 2.0.0
 * by kfzx-wengq
 */

.ctp-picker {
    background-color: #ddd;
    position: relative;
    height: 200px;
    overflow: hidden;
    border: solid 1px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.ctp-picker-inner {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ctp-pciker-list,
.ctp-pciker-rule {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -18px;
}
.ctp-pciker-rule-bg {
    z-index: 0;
    /*background-color: #cfd5da;*/
}
.ctp-pciker-rule-ft {
    z-index: 2;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
}
.ctp-pciker-list {
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}
.ctp-pciker-list li {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    color: #888;
    padding: 0px 8px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    visibility: hidden;
}
.ctp-pciker-list li.highlight,
.ctp-pciker-list li.visible {
    visibility: visible;
}
.ctp-pciker-list li.highlight {
    color: #222;
}
.ctp-poppicker {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: #eee;
  border-top: solid 1px #ccc;
  box-shadow: 0px -5px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  bottom: 0px;
  -webkit-transform: translateY(300px);
  bottom: -1000px;
}
.ctp-poppicker.ctp-active {
  -webkit-transform: translateY(0px);
  bottom: 0px;
}
.ctp-android-5-1 .ctp-poppicker {
  bottom: -300px;
  -webkit-transition-property: bottom;
  -webkit-transform: none;
}
.ctp-android-5-1 .ctp-poppicker.ctp-active {
  bottom: 0px;
  -webkit-transition-property: bottom;
  -webkit-transform: none;
}
.ctp-poppicker-header {
  padding: 6px;
  font-size: 14px;
  color: #888;
}
.ctp-poppicker-header .ctp-btn {
  font-size: 12px;
  padding: 5px 10px;
}
.ctp-poppicker-btn-cancel {
  float: left;
}
.ctp-poppicker-btn-ok {
  float: right;
}
.ctp-poppicker-clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
}
.ctp-poppicker-body {
  position: relative;
  width: 100%;
  height: 200px;
  border-top: solid 1px #ddd;
  /*-webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
}
.ctp-poppicker-body .ctp-picker {
  width: 100%;
  height: 100%;
  margin: 0px;
  border: none;
  float: left;
}
.ctp-dtpicker {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: #eee;
  border-top: solid 1px #ccc;
  -webkit-transition: .3s;
        transition: .3s;
  bottom: 0px;
  opacity: 0;
  -webkit-transform: translateY(300px);
        transform: translateY(300px);
}
.ctp-dtpicker.ctp-active {
  opacity: 1; 
  -webkit-transform: translateY(0px);
        transform: translateY(0px);
}
/*用于将 html body 禁止滚动条*/

.ctp-dtpicker-active-for-page {
  overflow: hidden !important;
}
.ctp-android-5-1 .ctp-dtpicker {
  bottom: -300px;
  -webkit-transition-property: bottom;
  -webkit-transform: none;
}
.ctp-android-5-1 .ctp-dtpicker.ctp-active {
  bottom: 0px;
  -webkit-transition-property: bottom;
  -webkit-transform: none;
}
.ctp-dtpicker-header {
  padding: 6px;
  font-size: 14px;
  color: #888;
}
.ctp-dtpicker-header button {
  font-size: 12px;
  padding: 5px 10px;
}
.ctp-dtpicker-header button:last-child {
  float: right;
}
.ctp-dtpicker-body {
  position: relative;
  width: 100%;
  height: 200px;
  /*border-top: solid 1px #eee;
  background-color: #fff;*/
}
.ctp-ios .ctp-dtpicker-body {
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ctp-dtpicker-title h5 {
  display: inline-block;
  width: 20%;
  margin: 0px;
  padding: 8px;
  text-align: center;
  border-top: solid 1px #ddd;
  background-color: #f0f0f0;
  border-bottom: solid 1px #ccc;
}
.ctp-dtpicker .ctp-picker {
  width: 20%;
  height: 100%;
  margin: 0px;
  float: left;
  border: none;
}
/*年月日时分*/

[data-type="datetime"] .ctp-picker,
[data-type="time"] .ctp-dtpicker-title h5 {
  width: 20%;
}
[data-type="datetime"] [data-id="picker-h"],
[data-type="datetime"] [data-id="title-h"] {
  border-left: dotted 1px #ccc;
}
/*年月日*/

[data-type="date"] .ctp-picker,
[data-type="date"] .ctp-dtpicker-title h5 {
  width: 33.3%;
}
[data-type="date"] [data-id="picker-h"],
[data-type="date"] [data-id="picker-i"],
[data-type="date"] [data-id="title-h"],
[data-type="date"] [data-id="title-i"] {
  display: none;
}
/*年月日时*/

[data-type="hour"] .ctp-picker,
[data-type="hour"] .ctp-dtpicker-title h5 {
  width: 25%;
}
[data-type="hour"] [data-id="picker-i"],
[data-type="hour"] [data-id="title-i"] {
  display: none;
}
[data-type="hour"] [data-id="picker-h"],
[data-type="hour"] [data-id="title-h"] {
  border-left: dotted 1px #ccc;
}
/*时分*/

[data-type="time"] .ctp-picker,
[data-type="time"] .ctp-dtpicker-title h5 {
  width: 50%;
}
[data-type="time"] [data-id="picker-y"],
[data-type="time"] [data-id="picker-m"],
[data-type="time"] [data-id="picker-d"],
[data-type="time"] [data-id="title-y"],
[data-type="time"] [data-id="title-m"],
[data-type="time"] [data-id="title-d"] {
  display: none;
}
/*年月*/

[data-type="month"] .ctp-picker,
[data-type="month"] .ctp-dtpicker-title h5 {
  width: 50%;
}
[data-type="month"] [data-id="picker-d"],
[data-type="month"] [data-id="picker-h"],
[data-type="month"] [data-id="picker-i"],
[data-type="month"] [data-id="title-d"],
[data-type="month"] [data-id="title-h"],
[data-type="month"] [data-id="title-i"] {
  display: none;
}

/*安卓4.3版本下，日期组件所需样式*/

.ctp-dtpicker .ctp-listpicker {
  width: 20%;
  height: 100%;
  margin: 0px;
  float: left;
  border: none;
}

[data-type="datetime"] .ctp-listpicker,
[data-type="time"] .ctp-dtpicker-title h5 {
  width: 20%;
}

[data-type="date"] .ctp-listpicker,
[data-type="date"] .ctp-dtpicker-title h5 {
  width: 33.3%;
}

[data-type="hour"] .ctp-listpicker,
[data-type="hour"] .ctp-dtpicker-title h5 {
  width: 25%;
}

[data-type="time"] .ctp-listpicker,
[data-type="time"] .ctp-dtpicker-title h5 {
  width: 50%;
}
[data-type="month"] .ctp-listpicker,
[data-type="month"] .ctp-dtpicker-title h5 {
  width: 50%;
}
/*end of 安卓4.3版本下，日期组件所需样式*/


/*操作列表相关样式*/
.ctp-actionsheet {
  position: fixed;
  z-index: 99998;
  width: 100%;
  background-color: rgba(247, 247, 247, .98);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
  bottom: 0;
  background: none;
  -webkit-transition: .3s;
  -webkit-transform: translateY(300px);
  font-size: 16px;
}
.ctp-actionsheet.ctp-active {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0px);
}
.ctp-actionsheet .ctp-table-view {
  margin: 8px 0 0 0;
  color: #007aff;
  text-align: center;
  /*border-radius: 4px;*/
}
.ctp-actionsheet .ctp-table-view .ctp-table-view-cell:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
          transform: scaleY(.5);
}
.ctp-actionsheet .ctp-table-view small {
  display: block;
  font-weight: 400;
  line-height: 1.3;
}
.ctp-actionsheet-item {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: box;
  -webkit-box-pack: center;
          box-pack: center;
  -webkit-box-orient: horizontal;
          box-orient: horizontal;
  -webkit-box-align: center;
          box-align: center;  
}
/*校验相关样式*/
.ctp-vali-toast-message, .ctp-toast-message {
  min-width: 120px;
  padding: 15px 15px;
  margin: 5px auto 5px auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: rgba(0,0,0,.6);
  border-radius: 7px;
}
.ctp-vali-toast-container, .ctp-toast-container {
  z-index: 9999;
  width: 100%;
}
.ctp-vali-loading, .ctp-toast-loading{
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  z-index: 5000;
  position: absolute;
  top: 0px;
  left: 0px;
}
.ctp-vali-loading.ctp-vali-showlock, .ctp-toast-loading.ctp-showlock{
  z-index:99999;/*z-index必须比poppicker等的面板高，否则会导致点击poppicker触发blur时，出错提示上可以选择poppicker值*/
  display: -webkit-box;
  display: box;
  -webkit-box-pack: center;
          box-pack: center;
  -webkit-box-orient: horizontal;
          box-orient: horizontal;
  -webkit-box-align: center;
          box-align: center; 
}

.ctp-vali-loading.ctp-vali-hidelock, .ctp-toast-loading.ctp-hidelock{
  display: none;
}

/**
 * pullrefresh
 * mui varstion 1.0.0
 */
.mui-pull-top-pocket, .mui-pull-bottom-pocket
{
    position: absolute;
    left: 0;

    display: block;
    visibility: hidden;
    overflow: hidden;

    width: 100%;
    height: 50px;
}

.mui-plus-pullrefresh .mui-pull-top-pocket, .mui-plus-pullrefresh .mui-pull-bottom-pocket
{
    display: none;
    visibility: visible;
}
/*这里的top设置为0会导致定位出错*/
.mui-pull-top-pocket
{
    top: 0;
}

.mui-bar-nav ~ .mui-content .mui-pull-top-pocket
{
    top: 44px;
}

.mui-bar-nav ~ .mui-bar-header-secondary ~ .mui-content .mui-pull-top-pocket
{
    top: 88px;
}

.mui-pull-bottom-pocket
{
    position: relative;
    bottom: 0;

    height: 40px;
}
.mui-pull-bottom-pocket .mui-pull-loading
{
    visibility: hidden;
}
.mui-pull-bottom-pocket .mui-pull-loading.mui-in
{
    display: inline-block;
}

.mui-pull
{
    font-weight: bold;

    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;

    text-align: center;

    color: #777;
}

.mui-pull-loading
{
    margin-right: 10px;

    -webkit-transition: -webkit-transform .4s;
            transition:         transform .4s;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    vertical-align: middle;

    -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.mui-pull-loading.mui-reverse
{
    -webkit-transform: rotate(180deg) translateZ(0);
            transform: rotate(180deg) translateZ(0);
}

.mui-pull-caption
{
    font-size: 15px;
    line-height: 24px;

    position: relative;

    display: inline-block;
    overflow: visible;

    margin-top: 0;

    vertical-align: middle;
}
.mui-pull-caption span
{
    display: none;
}
.mui-pull-caption span.mui-in
{
    display: inline;
}

.mui-icon
{
    font-family: Muiicons;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    text-decoration: none;

    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
}

.mui-spinner
{
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-animation: spinner-spin 1s step-end infinite;
            animation: spinner-spin 1s step-end infinite;
}

.mui-spinner:after {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><defs><line id='l' x1='60' x2='60' y1='7' y2='27' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round'/></defs><g><use xlink:href='%23l' opacity='.27'/><use xlink:href='%23l' opacity='.27' transform='rotate(30 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='%23l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='%23l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='%23l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='%23l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='%23l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='%23l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='%23l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

.mui-icon-pulldown:before
{
    content: '\e588';
}

.mui-icon-reload:before{
  content: "\e462";
}

.mui-block
{
    display: block !important;
}

.mui-visibility
{
    visibility: visible !important;
}

.mui-hidden
{
    display: none !important;
}

.mui-plus-pullrefresh .mui-fullscreen .mui-scroll-wrapper .mui-scroll-wrapper, .mui-plus-pullrefresh .mui-fullscreen .mui-slider-group .mui-scroll-wrapper
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
}
.mui-plus-pullrefresh .mui-fullscreen .mui-scroll-wrapper .mui-scroll, .mui-plus-pullrefresh .mui-fullscreen .mui-slider-group .mui-scroll
{
    position: absolute;

    width: 100%;
}
.mui-plus-pullrefresh .mui-scroll-wrapper, .mui-plus-pullrefresh .mui-slider-group
{
    position: static;
    top: auto;
    bottom: auto;
    left: auto;

    overflow: auto;

    width: auto;
}
.mui-plus-pullrefresh .mui-slider-group
{
    overflow: visible;
}
.mui-plus-pullrefresh .mui-scroll
{
    position: static;

    width: auto;
}

.mui-content
{
    /*background-color: #f7f7f7;*/

    -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
}

.mui-scroll-wrapper
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;

    -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}
/*pullrefresh的scroller设置为静态位置，防止设置wrapper的宽度后scroller不生效 add by kfzx-panl 20160411*/
.mui-scroll-wrapper > .mui-scroll {
    position: static;
}
.mui-table-view
{
    position: relative;

    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;

    background-color: #fff;
}

.mui-scroll
{
    position: absolute;
    z-index: 1;

    width: 100%;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);

    -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.mui-table-view-chevron .mui-table-view-cell
{
    padding-right: 65px;
}

.mui-table-view-chevron .mui-table-view-cell > a:not(.mui-btn)
{
    margin-right: -65px;
}

.mui-table-view-cell.mui-collapse .mui-table-view.mui-table-view-chevron
{
    margin-right: -65px;
}

/*简易密码相关样式*/
.ctp-password-handy {
  position: relative;
  overflow: hidden;
}
.ctp-password-handy .ctp-password-handy-security {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  border: 1px solid #b9b9b9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.ctp-password-handy .ctp-password-handy-security {
  -webkit-box-sizing: border-box;
}
.ctp-password-handy input[type="password"],
.ctp-password-handy input[type="tel"] {
  position: absolute;
  opacity: 0;
  top: 0;
  border: 0 none;
}
.ctp-password-handy input[type="password"]:hover,
.ctp-password-handy input[type="tel"]:hover {
  left: -5000px;
}
.ctp-password-handy .ctp-password-handy-security {
  display: -webkit-box;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.ctp-password-handy input[type="password"]:focus + .ctp-password-handy-security,
.ctp-password-handy input[type="tel"]:focus + .ctp-password-handy-security {
  border-color: #fa0;
}
.ctp-password-handy .ctp-password-handy-security li {
  -webkit-box-flex: 1;
  margin-right: -1px;
  border-right: 1px solid #ccc;
  overflow: hidden;
  text-align: center;
}
.ctp-password-handy .ctp-password-handy-security li:last-child {
  margin-right: 0;
  border-right: 0;
}
.ctp-password-handy .ctp-password-handy-security i {
  display: inline-block;
  width: 14px;
  overflow: hidden;
  line-height: 42px;
  font-style: normal;
  visibility: hidden;
}
.ctp-password-handy .ctp-password-handy-security i:empty {
  margin: 16px 2px 0;
  width: 10px;
  height: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: padding-box;
  background-color: #000;
}

/*slider相关样式*/
.ctp-slider
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.ctp-slider .ctp-segmented-control.ctp-segmented-control-inverted .ctp-control-item.ctp-active
{
    border-bottom: 0;
}
.ctp-slider .ctp-segmented-control.ctp-segmented-control-inverted ~ .ctp-slider-group .ctp-slider-item
{
    border-top: 1px solid #c8c7cc;
    border-bottom: 1px solid #c8c7cc;
}
.ctp-slider .ctp-slider-group
{
    font-size: 0;

    position: relative;

    -webkit-transition: all 0s linear;
            transition: all 0s linear;
    white-space: nowrap;
}
.ctp-slider .ctp-slider-group .ctp-slider-item
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 100%;
    height: 100%;

    vertical-align: top;
}
.ctp-slider .ctp-slider-group .ctp-slider-item > a:not(.ctp-control-item)
{
    line-height: 0;

    position: relative;

    display: block;
}
.ctp-slider .ctp-slider-group .ctp-slider-item img
{
    width: 100%;
}

/*.ctp-slider .ctp-slider-group .ctp-slider-item .ctp-table-view:before, .ctp-slider .ctp-slider-group .ctp-slider-item .ctp-table-view:after
{
    height: 0;
}*/

.ctp-slider .ctp-slider-group.ctp-slider-loop
{
    -webkit-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
}

.ctp-slider-title
{
    line-height: 30px;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 30px;
    margin: 0;

    text-align: left;
    text-indent: 12px;

    opacity: .8;
    background-color: #000;
}

.ctp-slider-indicator
{
    position: absolute;
    bottom: 0px;

    width: 100%;

    text-align: center;

    background: none;
}
.ctp-slider-indicator.ctp-segmented-control
{
    position: relative;
    bottom: auto;
}
.ctp-slider-indicator .ctp-indicator
{
    display: inline-block;

    width: 6px;
    height: 6px;
    margin: 1px 6px;

    cursor: pointer;

    border-radius: 50%;
    background: #aaa;
    -webkit-box-shadow: 0 0 1px 1px rgba(130, 130, 130, .7);
            box-shadow: 0 0 1px 1px rgba(130, 130, 130, .7);
}
.ctp-slider-indicator .ctp-active.ctp-indicator {
    background: #e43943;
    box-shadow: 0 0 1px 1px #e43943;
}
.ctp-slider-indicator .ctp-icon
{
    font-size: 20px;
    line-height: 30px;

    width: 40px;
    height: 30px;
    margin: 3px;

    text-align: center;

    border: 1px solid #ddd;
}
.ctp-slider-indicator .ctp-number
{
    line-height: 32px;

    display: inline-block;

    width: 58px;
}
.ctp-slider-indicator .ctp-number span
{
    color: #ff5053;
}

.ctp-slider-progress-bar
{
    z-index: 1;

    height: 2px;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);

    -webkit-backface-visibility: hidden;
}

/*offcanvas*/
.mui-off-canvas-wrap .mui-bar
{
    position: absolute !important;
}

.mui-off-canvas-wrap
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.mui-off-canvas-wrap .mui-inner-wrap
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;
}
.mui-off-canvas-wrap .mui-inner-wrap.mui-transitioning
{
    -webkit-transition: -webkit-transform 200ms ease;
            transition:         transform 200ms ease;
}
.mui-off-canvas-wrap .mui-inner-wrap .mui-off-canvas-left
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.mui-off-canvas-wrap .mui-inner-wrap .mui-off-canvas-right
{
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}
.mui-off-canvas-wrap.mui-active
{
    overflow: hidden;

    height: 100%;
}
.mui-off-canvas-wrap.mui-active .mui-off-canvas-backdrop
{
    position: absolute;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    transition: background 200ms ease;
    
    /*background: rgba(0, 0, 0, .4);*/

    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}
.mui-off-canvas-wrap.mui-slide-in .mui-off-canvas-right
{
    z-index: 10000 !important;

    -webkit-transform: translate3d(100%, 0px, 0px);
}
.mui-off-canvas-wrap.mui-slide-in .mui-off-canvas-left
{
    z-index: 10000 !important;

    -webkit-transform: translate3d(-100%, 0px, 0px);
}

.mui-off-canvas-left, .mui-off-canvas-right
{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;

    visibility: hidden;

    box-sizing: content-box;
    width: 70%;
    min-height: 100%;

    background: #333;

    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.mui-off-canvas-left-pad, .mui-off-canvas-right-pad
{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;

    visibility: hidden;

    box-sizing: content-box;
    width: 25%;
    min-height: 100%;

    background: #333;

    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.mui-off-canvas-left.mui-transitioning, .mui-off-canvas-right.mui-transitioning
{
    -webkit-transition: -webkit-transform 200ms ease;
            transition:         transform 200ms ease;
}

.mui-off-canvas-left
{
    left: 0;
}

.mui-off-canvas-right
{
    right: 0;
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable
{
    background-color: #333;
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-left, .mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-right
{
    width: 80%;

    -webkit-transform: scale(.8);
            transform: scale(.8);

    opacity: .1;
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-left.mui-transitioning, .mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-right.mui-transitioning
{
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1), opacity 350ms cubic-bezier(.165, .84, .44, 1);
            transition:         transform 350ms cubic-bezier(.165, .84, .44, 1), opacity 350ms cubic-bezier(.165, .84, .44, 1);
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-left
{
    -webkit-transform-origin: -100%;
            transform-origin: -100%;
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-right
{
    -webkit-transform-origin: 200%;
            transform-origin: 200%;
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable.mui-active > .mui-inner-wrap
{
    -webkit-transform: scale(.8);
            transform: scale(.8);
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable.mui-active > .mui-off-canvas-left, .mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable.mui-active > .mui-off-canvas-right
{
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

.mui-fullscreen
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.mui-fullscreen .mui-slider-group
{
    height: 100%;
}
.mui-fullscreen .mui-segmented-control ~ .mui-slider-group
{
    position: absolute;
    top: 40px;
    bottom: 0;

    width: 100%;
    height: auto;
}
.mui-fullscreen .mui-slider-item > a
{
    top: 50%;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.mui-fullscreen .mui-off-canvas-wrap .mui-slider-item > a
{
    top: auto;

    -webkit-transform: none;
            transform: none;
}

.mui-bar-tab ~ .mui-content .mui-slider.mui-fullscreen .mui-segmented-control ~ .mui-slider-group
{
    bottom: 50px;
}

.ctp-serialnumber {width:100%}

.ctp-serialnumber input{
            border-style:solid b9b9b9;
            border-width:1px;
            width: 23%;
            height: 30px;
            border-color:black;
            padding:0px}
.ctp-locker {
        padding-top: 10%;             
        margin: 15% auto;
        position: relative;
          padding: 0px
}
.ctp-locker-holder{
        border: solid 1px #bbb transparent;
}
.ctp-locker-holder canvas{
        width:100%;
}
#locker_alert{
        text-align: center;
        padding: 10px;
}
@media (min-width: 768px){
  .ctp-locker {
          padding-top: 20%;             
          margin: 30% auto;
          position: relative;
          padding: 0px
  }
}
.ctp-slider-guide{
          text-align: center;
          line-height: 18px;
}
.ctp-guide-block{
          display: inline-block;
          width:48px;
}
.ctp-guide{
        display: inline-block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: #cdcdcd;
        font-size: 14px;
        color: aliceblue;
}
.ctp-guide-block .ctp-guide-margin-left{
  margin-left: 15px;
}
.ctp-guide-block .ctp-guide-margin-right{
  margin-right: 15px;
}
.ctp-guide-icon-more:before{
        font-family: Muiicons;
        content: "\e507";
        color: #aaaaaa;
}
.ctp-guide-icon-checkmarkempty:before{
        position: relative;
        display: inline-block;
        line-height: 18px;
        vertical-align: middle;
        font-family: Muiicons;
        font-size: 20px;
        content: "\e472";
}
.ctp-guide-line{
        display: inline-block;
        width: 15px;
        height: 3px;
        border-radius: 10%;
        background-color: #e5e5e5;
        vertical-align: middle;
}
.ctp-guide-text {
        font-size: 14px;
        color: #aaaaaa;
}
 .ctp-guide-active .ctp-guide {
        box-shadow: 0px 0px 10px #000000;
} 
@media (min-width: 768px){
  .ctp-slider-guide{
          text-align: center;
          line-height: 32px;
  }
  .ctp-guide-block{
          display: inline-block;
          width:116px;
  }
  .ctp-guide{
          display: inline-block;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          background-color: #e5e5e5;
          font-size: 18px;
          color: aliceblue;
  }
  .ctp-guide-block .ctp-guide-margin-left{
    margin-left: 42px;
  }
  .ctp-guide-block .ctp-guide-margin-right{
    margin-right: 42px;
  }
  .ctp-guide-icon-more:before{
          font-family: Muiicons;
          content: "\e507";
          color: #aaaaaa;
  }
  .ctp-guide-icon-checkmarkempty:before{
          position: relative;
          display: inline-block;
          line-height: 32px;
          vertical-align: middle;
          font-family: Muiicons;
          font-size: 40px;
          left:-3px;
          content: "\e472";
  }
  .ctp-guide-line{
          display: inline-block;
          width: 42px;
          height: 3px;
          border-radius: 10%;
          background-color: #e5e5e5;
          vertical-align: middle;
  }
  .ctp-guide-text {
          font-size: 14px;
          color: #aaaaaa;
  }
}

/*guide增加readonly样式*/
.ctp-slider-guide.ctp-guide-readonly {
  display: flex;
  display: -webkit-flex;
}
.ctp-slider-guide.ctp-guide-readonly > .ctp-guide-block {
  display: flex;
  flex-direction: column;
  flex-basis: 90px;
  flex-grow: 1;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-flex-basis: 90px;
  -webkit-flex-grow: 1;
}
.ctp-slider-guide.ctp-guide-readonly .ctp-guide-block div.ctp-guide-icons {
  position: relative;
}
.ctp-slider-guide.ctp-guide-readonly .ctp-guide-block .ctp-guide-line {
  position: absolute;
  top: 10px;
  width: 50%;
  height: 3px;
  background-color: #e5e5e5;
}
.ctp-slider-guide.ctp-guide-readonly .ctp-guide-block .ctp-guide-line.ctp-guide-lineleft {
  left: -8px;
  z-index: 1;
}
.ctp-slider-guide.ctp-guide-readonly .ctp-guide-block .ctp-guide-line.ctp-guide-lineright {
  right: -7px;
  z-index: 2;
}

.ctp-timershaft-content {
  position:relative;
  width: 100%;
  background-color: #fff;
  border-top-color: #dedede;
  border-top-style: solid;
  border-top-width: 2px;
}
.ctp-timershaft-content .main {
  position: relative;
  width: 100%;
  border-color: #cccccc;
  border-bottom-style:solid;
  border-bottom-width: 2px;
  display: inline-flex;
  padding-left: 20px;
}
.ctp-timershaft-content .main .list {
  position: inherit;
  width: 95%;
}
.ctp-timershaft-content .main .vartical-line{
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #cccccc;
  display: block;
}
.ctp-timershaft-content .main .list .more {
  width: 100%;
  display: block;
  margin-left: 20px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-width: 1px;
  padding-bottom: 10px;
}
.ctp-timershaft-content .big-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 0 0 0 -5.5px;
  cursor: pointer;
  border-radius: 50%;
  background: #33AD33;
  box-shadow: 0 0 2px 2px #4cd964;
}
.ctp-timershaft-content .big-circle.ctp-timestamp-image-big-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -10px;
  cursor: pointer;
}

.ctp-timershaft-content .main .list .small-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 4px 0 0 -4.5px;
  cursor: pointer;
  border-radius: 50%;
  background: #cccccc;
}
.ctp-timershaft-content .main .list .small-circle.ctp-timestamp-image-small-circle  {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 4px 0 0 -7.5px;
  cursor: pointer;
}

.ctp-timershaft-content .main .list .first {
  width: 100%;
  display: block;
  margin-left: 20px;
  padding-bottom: 10px;
}
.ctp-timershaft-content .main .list .detail{
  width: 100%;
  display:inline-flex;
  padding-top: 10px;
}
.ctp-timershaft-content .main .list .detail-first{
  width: 100%;
  display:inline-flex;
}
.ctp-timershaft-content .title{
  margin-left:12px;
  line-height: 40px;
}
.ctp-timershaft-rightline{
    position: relative;
    display: block;
    margin: 0 0 10px 12px;
    height: 2px;
    background: #cccccc;
}
.ctp-timershaft-text{
    color: #999;
    font-size: 14px;
    line-height: 24px;
}
.ctp-timershaft-text-first{
    color: #32b16c;
    font-size: 14px;
    line-height: 24px;
}
.ctp-image{
  max-width: 100%;
  max-height: 100%;
}
.ctp-image .tip1{
  font-size: 15px;
}
.ctp-image-bg{
    background-color: #ccc;
    width: 100%;
    text-align: center;
    height: 100%;
    font-size: 14px;
}
.ctp-image .mui-spinner
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align:middle;
}
.ctp-image .tip2
{
    font-size: 15px;
    display: inline-block;
}
/* ctp-gridlayout */
.ctp-gridlayout {
  text-align: left;
  display: -webkit-box;
  display: box;
  -webkit-box-align: center;
          box-align: center; 
}
.ctp-gridlayout .ctp-gridlayout-item {
  -webkit-box-sizing: border-box;
  -webkit-box-flex: 1;
  margin-left: 8px;
  min-width: 20px;
}
.ctp-gridlayout-item:first-child {
  margin-left: 0;
}
.ctp-gridlayout-average .ctp-gridlayout-item {
  width: 100%;
  word-wrap: break-word;
}
/* 百分比布局 */
.am-grid {
  -webkit-box-sizing: border-box;
  overflow: hidden;
}
.am-grid-item {
  -webkit-box-sizing: border-box;
  float: left;
  display: inline-block;
  width: 100%;
  padding-left: 8px;
  vertical-align: top;
}
.am-grid-item:first-child {
  padding-left: 0;
}
/* width */
.am-grid-item-25 {
  width: 25%;
}
.am-grid-item-50 {
  width: 50%;
}
.am-grid-item-75 {
  width: 75%;
}
.am-grid-item-33 {
  width: 33.333%;
}
.am-grid-item-66 {
  width: 66.666%;
}

/* -- 文字自动截取 -- */
.ctp-gridlayout-ellipsis {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pg-layout{
  position: relative;
}

.pg-layout:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  height: 100%;
  width: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleX(.5);
  transform: scaleX(.5);
}

.pg-layout:after{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: '';
  background-color: #c8c7cc;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}

.pg-layout .ctp-gridlayout-item,
.pg-layout .am-grid-item {
    border-top:1px solid #e4e3e6;
    border-right:1px solid #e4e3e6;
}

.ctp-iframe-wrapper
{
    position: absolute;
    right: 0;
    left: 0;

    -webkit-overflow-scrolling: touch;
}
.ctp-iframe-wrapper iframe
{
    width: 100%;
    height: 100%;

    border: 0;
}
/*图片预览*/
.ctp-preview-image.ctp-fullscreen {
        position: fixed;
        z-index: 20;
        background-color: #000;
}
.ctp-fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ctp-preview-header,
.ctp-preview-footer {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
}
.ctp-preview-header {
  height: 44px;
  top: 0;
}
.ctp-preview-footer {
  line-height: 50px;
  bottom: 0px;
}
.ctp-preview-foot-action {
    width: 25px;
    height: 25px;
    float: right;
    margin-bottom: 20px;
    margin-right: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.ctp-preview-header .ctp-preview-indicator {
  display: block;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin: 15px auto;
  width: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  font-size: 16px;
}
.ctp-preview-image {
  display: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ctp-preview-image.ctp-preview-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.ctp-preview-image.ctp-preview-out {
  background: none;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.ctp-preview-image.ctp-preview-out .ctp-preview-header,
.ctp-preview-image.ctp-preview-out .ctp-preview-footer {
  display: none;
}
.ctp-zoom-scroller {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-backface-visibility: hidden;
}
.ctp-zoom {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ctp-slider-group{
  height: 100%;
}
.ctp-slider .ctp-slider-group .ctp-slider-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ctp-android-4-1 .ctp-slider .ctp-slider-group .ctp-slider-item img {
  width: 100%;
}
.ctp-android-4-1 .ctp-slider.ctp-preview-image .ctp-slider-group .ctp-slider-item {
  display: inline-table;
}
.ctp-android-4-1 .ctp-slider.ctp-preview-image .ctp-zoom-scroller img {
  display: table-cell;
  vertical-align: middle;
}
.ctp-preview-image img.ctp-transitioning {
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 满意度指令 */
.ctp-raty {
  display: inline;
}
.ctp-raty img {
  display: inline!important;
}

/*ctp-progressbar进度条指令 begin*/
.ctp-progressbar-topContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
/*条状*/
.ctp-progressbar-bar-container {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 100%;
  background-color: #ddd;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.ctp-progressbar-bar-container > .ctp-progressbar-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #5eb95e;
  border-radius: inherit;
  opacity: 1;
  -webkit-transition: width 0.2s, opacity 0.2s;
  transition: width 0.2s, opacity 0.2s;  
}
.ctp-progressbar-bar-container > .ctp-progressbar-bar-notransition {
  transition: none !important;
}
/*饼状*/
.ctp-progressbar-pie-container {
  display: none;
}
/*ctp-progressbar进度条指令 end*/

/*poppicker/datepicker选择时支持视图缩小 add by kfzx-panl 20160510*/
.ctp-transition-view {
  -webkit-transition: 300ms;
          transition: 300ms;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/*视图管理 start*/
.ctp-views,
.ctp-view,
.ctp-pages,
.ctp-page,
.ctp-page-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #efeff4;
}
.ctp-pages {
	/*top: 46px;*/
	height: auto;
}
.ctp-page.ctp-transitioning {
	-webkit-transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
}
.ctp-page-left {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.ctp-ios .ctp-page-left {
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
}
.ctp-page-shadow {
	position: absolute;
	right: 100%;
	top: 0;
	width: 16px;
	height: 100%;
	z-index: -1;
	content: '';
}
.ctp-page-shadow {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
}
.ctp-page {
	display: none;
}
.ctp-pages .ctp-page {
	display: block;
}
/*视图管理 end*/
/*日历控件 begin*/
.nextMonth {  width: 0px;
              height: 0px;
              border-top: 8px solid transparent;
              border-bottom: 8px solid transparent;
              border-left: 16px solid #9E9E9E;
              font-size: 0px;
              vertical-align: middle;
             }
.prevMonth {  width: 0px;
              height: 0px;
              border-top: 8px solid transparent;
              border-bottom: 8px solid transparent;
              border-right: 16px solid #9E9E9E;
              font-size: 0px;
              vertical-align: middle;
            }
.calTitle {
            line-height: 23px;
            text-align: center;
            }
.t-date {
            vertical-align: middle;
            margin: 0 10px 0 10px;
          }
.font-12 {
            font-size: 12px;
            }
.hasSelected {
              display: inline-block;
              width: 24px;
              height: auto;
              border-radius: 50%;
              background: red;
              color: aliceblue;
              }
/*日历控件 end*/
/*侧边栏控件 begin*/
.ctp-sidebar-left {
  position: absolute;
  width: 30%;
  height: 100%;
}
.ctp-sidebar-div {
  position: absolute;
  z-index: 1;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* .ctp-siderbar-icon {
  line-height: 54px;
  vertical-align: middle;
  font-size: 46px;
}
.ctp-siderbar-left ul {
  margin: 0;
  padding: 50px 0;
  list-style: none;
}
.ctp-siderbar-left ul li{
  line-height: 54px;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
}
.ctp-siderbar-left ul li div{
  display: inline-block;
  line-height: 54px;
  font-size: 26px;
  padding: 0 20px;
  text-align: center;
  vertical-align: middle;
}
.ctp-siderbar-active{
  background-color: white;
}
.ctp-siderbar-right {
  position: absolute;
  width: 70%;
  height: 100%;
  margin-left: 30%;
  background-color: white;
} */
/*侧边栏控件 end*/

/*textfield开启模糊匹配功能 add by kfzx-panl 20160512 begin*/
.ctp-input-memory-containeroverflow {
  overflow: visible;
}
.ctp-input-memory-panel {
  height: auto;
  position: absolute;
  z-index: 6000;
  left: 0px;
  color: #333333;
}
.ctp-hide {
  display: none;
}
.ctp-input-memory-content {
  display: box; /*old -ios6-,safari3.1-6 */
  display: -webkit-box; /*old -ios6-,safari3.1-6 */
  display: flex;
  display: -webkit-flex;
  box-orient: horizontal;/*old -ios6-,safari3.1-6 */
  -webkit-box-orient: horizontal;/*old -ios6-,safari3.1-6 */
  flex-direction: row;
  -webkit-flex-direction: row;
  box-flex: 1.0;/*old -ios6-,safari3.1-6 */
  -webkit-box-flex: 1.0;/*old -ios6-,safari3.1-6 */
  flex: 1;
  -webkit-flex: 1;
  background-color: #fbfbfb;
}
.ctp-input-memory-content-extra {
  display: box; 
  display: -webkit-box; 
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: center;
  background-color: #fbfbfb;
  padding-top: 10px;
  padding-bottom: 20px;
}
.ctp-input-memory-content > div.ctp-input-memory-col {
  display: box; /*old -ios6-,safari3.1-6 */
  display: -webkit-box; /*old -ios6-,safari3.1-6 */
  display: flex;
  display: -webkit-flex;
  box-orient: vertical;/*old -ios6-,safari3.1-6 */
  -webkit-box-orient: vertical;/*old -ios6-,safari3.1-6 */
  flex-direction: column;
  -webkit-flex-direction: column;
  font-size: 18px;
  white-space: nowrap;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
.ctp-input-memory-content > div.ctp-input-memory-col:first-child > div.ctp-input-memory-td {
  padding-right: 42px;
}
.ctp-input-memory-content > div.ctp-input-memory-col:nth-child(2) > div.ctp-input-memory-td {
  padding-right: 18px;
}
.ctp-input-memory-content > div.ctp-input-memory-col:first-child {
  font-size: 24px;
}
.ctp-input-memory-content > div.ctp-input-memory-col > div.ctp-input-memory-td {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;/*设置与ctp-input-memory-col的字体大小一致*/
}
.ctp-input-memory-content > div.ctp-input-memory-col > div.ctp-input-memory-td:first-child {
  padding-top: 20px;
}
.ctp-input-memory-content > div.ctp-input-memory-col > div.ctp-input-memory-td:last-child {
  padding-bottom: 20px;
}
.ctp-input-memory-content > div.ctp-input-memory-col > div.ctp-input-memory-td.ctp-select {
  background-color: #f7f7f7;
}
/*textfield开启模糊匹配功能 add by kfzx-panl 20160512 end*/

/*logger日志管理相关样式 add by kfzx-daibj 20160517 begin*/
.ctp-logger-trigger{
  position: fixed;
  display: none;
  top: 20%;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #E43943;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  border:3px solid rgba(238, 238, 238, .6);
  z-index: 990;
}
.ctp-logger-panel{
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 999;
  background-color: #eee;
  border-top: solid 1px #ccc;
  box-shadow: 0px -5px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  bottom: 0px;
  -webkit-transform: translateY(300px);
  -webkit-transform: translateZ(0);
  bottom: -1000px;
}
.ctp-logger-panel.active{
  -webkit-transform: translateY(0);
  -webkit-transform: translateZ(0);
  bottom: 0px;
}
.ctp-logger-panel-header{
  padding: 6px;
  font-size: 14px;
}
.ctp-logger-panel-body{
  width: 100%;
  height: 300px;
  overflow-y: auto; 
  font-size: 12px;
  background-color: #fff;
}
.ctp-logger-btn-cancel{
  float: left;
}
.ctp-logger-btn-clear{
  float: right;
}
.ctp-logger-item {
  padding: 5px;
  border-top: 2px solid #ddd;
}
.ctp-logger-table{
  width: 100%;
}
.ctp-logger-table thead{
  background-color: #EEEEEE;
  border: 1px solid #AAAAAA;
}
.ctp-logger-table tbody{
  background-color: #fff;
  border: 1px solid #AAAAAA;
}
.ctp-logger-table tbody tr:nth-child(even){
  background-color: #EAF3FF;
}
.ctp-logger-table th, .ctp-logger-table td{
  padding: 2px 5px;
  text-align: left;
  border-right: 1px solid #AAAAAA;
}
.ctp-logger-error {
  background-color: #FFEFEF;
}
.ctp-logger-error label{
  color: red;
}
.ctp-logger-warn {
  background-color: #FFFBE6;
}
.ctp-logger-warn label{
  color: #EABD23;
}

/*logger日志管理相关样式 add by kfzx-daibj 20160517 end*/

/*ctp-layout add by kfzx-panl 20160519*/
.ctp-layout-container, .ctp-layout-flex {
  display: box; /*old -ios6-,safari3.1-6 */
  display: -webkit-box; /*old -ios6-,safari3.1-6 */
  display: flex;
  display: -webkit-flex;
}
.ctp-layout-flex-1 {
  box-flex: 1.0;/*old -ios6-,safari3.1-6 */
  -webkit-box-flex: 1.0;/*old -ios6-,safari3.1-6 */
  flex: 1;
  -webkit-flex: 1;
}
.ctp-layout-direction-column {
  box-orient: vertical;/*old -ios6-,safari3.1-6 */
  -webkit-box-orient: vertical;/*old -ios6-,safari3.1-6 */
  flex-direction: column;
  -webkit-flex-direction: column;

}
/*呼出样式的poppicker*/
.ctp-poppicker-exhale-items .ctp-table-view {
  max-height: 300px;
  background-color: #fff;
} 
.ctp-poppicker-exhale-items .ctp-table-view .ctp-table-view-cell {
  position: relative;
  line-height: 25px;
  padding: 13px 10px 12px 20px;
  font-size: 20px;
  background-color: #fff;
  border-radius: inherit;
} 
.ctp-poppicker-exhale-icon{
  font-size: xx-large;
  line-height: 25px;
  float: right;
  color: #087eff;
  position: absolute;
  right: 0px;
}
.ctp-poppicker-exhale-items .ctp-table-view .ctp-table-view-cell.ctp-poppicker-with-item {
  padding-right: 25px;
}
.ctp-poppicker-exhale .ctp-poppicker-body{
  height: 230px;
  border: none;
}
.ctp-poppicker-exhale .ctp-poppicker-body .ctp-picker{
  background-color: #fff;
}
.ctp-poppicker-exhale .ctp-poppicker-body .ctp-picker .ctp-pciker-list li{
  font-size: 20px;
}
.ctp-poppicker-exhale .ctp-poppicker-body .ctp-poppicker-left-radius{
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ctp-poppicker-exhale .ctp-poppicker-body .ctp-poppicker-right-radius{
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ctp-icon-alert{
  display:none;
}
.ctp-popover-li,.ctp-popover-li.ctp-table-view-cell:after{
  left:0;
  right:0;
}
.ctp-popover-ul{
  width:100%;
  /*padding:0 15px;*/
}
.ctp-popover-li {
  padding: 0 15px;
}
.ctp-popover-div{
  height:auto;
  width:auto;
  display:none;
}
.ctp-popover-li-div{
  font-size:20px;
  /* color: white; */
  line-height:36px;
  height:36px;
}
.ctp-popover-li-a{
  line-height:36px;
  height:36px;
  /* color:white; */
  font-size:16px;
}
/*expand*/
.ctp-expand{
  background-color: #fff;
  position: relative;
}
.ctp-expand.ctp-expand-border{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.ctp-expand-content-container{
  padding-right: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ctp-expand-icon-bottom .ctp-expand-content-container{
  padding: 0;
}
.ctp-expand-content{
  overflow: hidden;
}
.ctp-expand-icon{
  position: absolute;
  top: 10px;
  left: 11px;
  font-family: Muiicons;
  font-size: 16px;
  font-weight: bold;
  color: #bbb;
}
.ctp-expand-icon-bottom .ctp-expand-icon{
  top: auto;
  left: 0;
  right: 0;
  width: 20px;
  margin: auto;
}
.ctp-expand-icon-container-outer{
  position:absolute;
  top:0;
  right:0;
  width:40px;
  height:100%;
}
.ctp-expand-icon-bottom .ctp-expand-icon-container-outer{
  position:relative;
  top:auto;
  right:auto;
  width:100%;
  height:20px;
}
.ctp-expand-icon-container-inner{
  position:relative;
  width:100%;
  height:100%;
}

.tabnav-left-item{
  height:50px;
}

.ctp-timestamp-big-image{
  width: 20px;
  height: 20px;
}
.ctp-timestamp-small-image{
  width: 15px;
  height: 15px;
}

.ctp-button-image{
  height:20px;
  width:20px;
}
.ctp-button-image-div{
    display: inline;
    position: relative;
    bottom: 5px;
    padding-left: 3px;
}

/*ctp-signature*/
.ctp-signature {
	border: 1px solid #ccc;
}
.ctp-watermark {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.tab-default-style {
  border-color: #5c82c0;
  background-color: #5c82c0;
}