body{
  font-family: Roboto, "NotoSans CJK","Microsoft Yahei";
  margin: 0em;
  padding: 0em;
  padding-top: 3.08em;
  background-color: white;
}
body.xingluoluo{
  padding-top: 0em;
}
html.disableScroll{ overflow: hidden;height:100%;}
html.disableScroll body {
  overflow: hidden;
}
body {
    -webkit-touch-callout: none !important;
}
*{
  margin: 0em;
  padding: 0em;
  -webkit-tap-highlight-color: transparent;  
  -moz-tap-highlight-color: transparent;  
}
/*input,button{
  -webkit-tap-highlight-color: transparent;  
  -moz-tap-highlight-color: transparent;  
}
*/
*, *:before, *:after {
  box-sizing: inherit; 
}
img{
  -webkit-user-select: none !important; /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none !important; /* disable the IOS popup when long-press on a link */
}
.containerWrapper{
  position: relative;
  width: 100%;
}
#container,#ceasingContainter{
  top: 0em;
}
body.pc #container,body.pc #ceasingContainter{
  background-color: transparent;
  position: relative;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(MaterialIcons-Regular.woff2) format('woff2'),
       url(MaterialIcons-Regular.woff) format('woff'),
       url(MaterialIcons-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Led';
  font-style: normal;
  font-weight: 400;
  src:url(/style/font/led.ttf) format('truetype');
}
body:not(.login) .loginable{
  display:none !important;
}
body.login .nonloginable{
  display: none !important;
}
body:not(.debug) .debug{
  display: none;
}
body:not(.officialUser) .official,body.officialUser .nonOfficial,body.marketUser .marketForbidden,body:not(.marketUser) .marketAllow{
  display: none !important;
}

body:not(.secretMode) .secret,body.secretMode .nonSecret{
  display:none !important;
}

body .administrator{
  cursor: pointer;
}
body:not(.administrator) .administrator,body.administrator .nonAdministrator{
  display: none !important;
}

.slow{
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari 和 Chrome */
  -o-transition: all 1s; /* Opera */
}
.mobile .hurry{
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.mobile .quick{
  transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari 和 Chrome */
  -o-transition: all .5s; /* Opera */
}
.mobile .quicker{
  transition: all 0.35s;
  -moz-transition: all 0.35s; /* Firefox 4 */
  -webkit-transition: all 0.35s; /* Safari 和 Chrome */
  -o-transition: all 0.35s; /* Opera */
}
.pc .slow{
  transition: all 0.6s  cubic-bezier(0.61, 0.09, 0.37, 0.89);
  -moz-transition: all 0.6s  cubic-bezier(0.61, 0.09, 0.37, 0.89); /* Firefox 4 */
  -webkit-transition: all 0.6s cubic-bezier(0.61, 0.09, 0.37, 0.89); /* Safari 和 Chrome */
  -o-transition: all 0.6s  cubic-bezier(0.61, 0.09, 0.37, 0.89); /* Opera */
}
.pc .hurry{
  transition: all 0.4s;
  -moz-transition: all 0.4s; /* Firefox 4 */
  -webkit-transition: all 0.4s; /* Safari 和 Chrome */
  -o-transition: all 0.4s; /* Opera */
}
.pc .quick{
  transition: all 0.2s;
  -moz-transition: all 0.2s; /* Firefox 4 */
  -webkit-transition: all 0.2s; /* Safari 和 Chrome */
  -o-transition: all .2s; /* Opera */
}
.scaleHeight{
  -webkit-transform:scaleY(0) !important;
     -moz-transform:scaleY(0) !important;
          transform:scaleY(0) !important;
  opacity: 0;
}
.scaleBoth{
  -webkit-transform:scale(0) !important;
     -moz-transform:scale(0) !important;
          transform:scale(0) !important;
  opacity: 0;
}

[app]{
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
       -o-user-select:none;
          user-select:none;
  -webkit-touch-callout: none !important;  
     -moz-touch-callout: none !important;  
      -ms-touch-callout: none !important;  
       -o-touch-callout: none !important;  
          touch-callout: none !important;  
}
.no-select{
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
       -o-user-select:none;
          user-select:none;
  -webkit-touch-callout: none !important;  
     -moz-touch-callout: none !important;  
      -ms-touch-callout: none !important;  
       -o-touch-callout: none !important;  
          touch-callout: none !important;
}
.text-select{
    -webkit-user-select:text;
       -moz-user-select:text;
        -ms-user-select:text;
         -o-user-select:text;
            user-select:text;
  -webkit-touch-callout: text !important;  
     -moz-touch-callout: text !important;  
      -ms-touch-callout: text !important;  
       -o-touch-callout: text !important;  
          touch-callout: text !important;
}
.multi_overflow{
  position: relative;
}
.multi_overflow:after{
  font-family: "Material Icons" !important;
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align:text-bottom;

  position: absolute;
  right: 0em;
  bottom: 0em;
  content: "\e5d3";
  background-color: white;
  height: 1.5em;
  padding:0em 0.5em;
  text-indent: 0em;
}
.single_text_overflow{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.single_text_overflow[mode*="5em"]{
  width: 5em;
}
.single_text_overflow[mode*="4em"]{
  width: 4em;
}
.single_text_overflow[mode*="3em"]{
  width: 3em;
}
.single_text_overflow[mode*="100"]{
  width: 100%;
}
.no-padding{
  padding: 0em !important;
}
.icon{
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1em;
  vertical-align: middle;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
  position: relative;
}
.icon.wordIcon{
  font-family: "黑体";
  font-weight: bold;
}
.icon:before{
  content:attr(data-icon);
}
.icon[data-icon=menu]:before{
  content:"\e853";
}
.icon.fixed{
  font-size: 1.4em;
  position: fixed;
  right: 0em;
  top: 50%;
  margin-top: -0.6em;
  text-align: center;
  z-index: 900;
}
.hot{
  position:absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  background-color: transparent;
}
.right{
  float: right;
}
.left{
  float: left;
}
/*.clear{
  float: none;
  clear: both;
  display: inline;
}
*/
.clear:after{
  float: none;
  clear: both;
}
.clearfix{
  overflow:auto;
  _height:1%;
}
.hide{
  display: none !important;
}
.hidden{
  visibility: hidden;
}
.blank > *{
  visibility: hidden;
}
.appBar{
  color: white;
  font-size: 1.2em !important;
  line-height: 1em;
  height: 2.6em;
}
.appBar > span{
  display:block;
  text-align: left;
  overflow: hidden; 
  text-overflow:ellipsis;
  white-space:nowrap;
  line-height: 2.6em;
  margin: 0em 4.5em;
}
.appBar.top > span{
  text-align: center;
}
.appBar .icon{
  margin: 0em;
  display: block;
  background-color: rgba(0,0,0,0);
  border:0.8em solid rgba(0,0,0,0);
  position: absolute;
  left: 0em;
  top: 0em;
}

body.mkt-ios .appBar .icon{
  top: 1em;
}
.appBar .icon[type=more],.appBar .icon[type=share]{
  left: auto;
  right: 0em;
}
.appBar .icon[type=more]:not(.hidden) ~ .icon[type=share]{
  left: auto;
  right: 2.6em;
}
.appBar .icon[type=upward]{
/*  -webkit-transform:rotate(90deg);  
     -moz-transform:rotate(90deg);  
          transform:rotate(90deg);
*/          /*font-weight: bold;*/
      /*border-right-width:0em !important;*/
}
.appBar.top{
  position: fixed;
  z-index: 800;
  width: 100%;
  top: 0em;
  left: 0em;
  transform: translateZ(0);
}
body.mkt-ios .appBar{
  padding-top: 1em;
}
body.mkt-ios{
  padding-top: 4.08em;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  body.mkt-ios{
    padding-top: 5.2em;
  }
  body.mkt-ios .appBar{
    padding-top: 1.8em;
  }
  body.mkt-ios .appBar .icon{
    top: 2em;
  }
}
body.mkt-ios-articleBack .appBar{
  padding-top: 1em;
}
body.mkt-ios-articleBack .appBar .icon {
  top: 1em;
}
body.mkt-ios-articleBack {
  padding-top: 4.08em;
}
.ripple{
  position: relative;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ripple.icon{
  overflow: visible;
}
.rippleWave {
  width: 0;
  height: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  opacity: 1;
  z-index: 0;
}
/*body.mobile .rippleEffect.down{
  -webkit-animation: rippleDrop 2.6s linear;
  -moz-animation: rippleDrop 2.6s linear;
  animation: rippleDrop 2.6s linear;
}
*/
.rippleEffect {
  -webkit-animation: rippleDrop .6s linear;
  -moz-animation: rippleDrop .6s linear;
  animation: rippleDrop .6s linear;
}

@-webkit-keyframes rippleDrop {  
  100% {
     -webkit-transform: scale(2);
     transform: scale(2);
     opacity: 0;
  }
}

@keyframes rippleDrop {
  100% {
     -webkit-transform: scale(2);
     transform: scale(2);
     opacity: 0;
  }
}

.containerWrapper{
  position: relative;
}
.sideNav{
  position: fixed;
  left: 0em;
  top: 0em;
  height: 100%;
  width: 0em;
  z-index: 2000;
}
.rightNav{
  left: auto;
  right: 0em;
}
.sideNav.show{
  width:100%;
}

.sideNav > .shell{
  background-color: rgba(0,0,0,0.01);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0em;
  z-index: 999;
}
.rightNav > .shell{
  left: auto;
  right: 0em;
}
.sideNav.show > .shell{
  width: 100%;
}

.sideNav > .content{
  top: 0em;
  left: -20em;
  width: 12em;
  height: 100%;
  position: absolute;
  opacity: 0.1;
  display:-moz-box;
  display:-webkit-box;
  display:box;
  -moz-box-orient:vertical;
  -webkit-box-orient:vertical;
  box-orient:vertical;
  z-index: 1000;
}
.rightNav > .content{
  left: auto;
  right: -12em;
}
.rightNav > .content .wrapper{
  overflow-y:auto;
  overflow-x:hidden; 
  border-radius: 1px;
}
.leftNav.show > .content{
  left: 0em;
  opacity: 1;
}
.leftNav .msgUnread{
  border-radius: 50%;
  padding: 1px 4px;
  margin-left: 0.2em;
  /*box-shadow: 0em 0em 0.1em rgba(0,0,0,0.3);*/
}
.leftNav .msgUnread:empty{
  display: none;
}
.rightNav.show > .content{
  right: 0em;
  opacity: 1;
}
.sideNav .content .list{
  -moz-box-flex:1;
  -webkit-box-flex:1;
  box-flex:1;
  overflow-y: auto;
  overflow-x: hidden; 
  padding-top: 1em;
  padding-right: 1em;
}
.sideNav .content .list li{
  padding-left:1em;
  text-indent: 0.75em;
}
.sideNav .content .list li .icon{
  margin-right: 2em;
}
.sideNav .appBar .icon{
  margin-left: 1.3em;
  margin-right: 0.06em;
}
.sideNav .content .more{
  text-align: center;
  font-size: 1.2em;
  vertical-align: middle;
}
.sideNav .content .more i.icon[name=expand_less]:before{
  content: "\e316";
}
.sideNav .content .more i.icon[name=expand_more]:before{
  content: "\e313";
}
.sideNav.noScroll .content .more{
  visibility: hidden;
}

/*
  mobile widget
*/
.widget .iconsList{
  margin-top: 2em;
  padding-bottom: 1em;
}
.widget .iconsList li{
  display: inline-block;
  text-align:center;
  width: 30%;
  margin-bottom: 2em;
}
.widget .iconsList li div{
  font-size: 0.9em;
}
.widget .iconsList li.line{
  width: 100%;
  border-top: 1px solid #eee;
  margin: 0em auto 2em;
}
.widget .iconsList li .icon{
  font-size: 1.8em;
  border-radius: 100%;
  color: white;
  padding: 0.5em;
  /*text-shadow:1px 1px 1px rgba(0,0,0,0.2);*/
  display: block;
  margin: 0.2em auto;
}


ul.list{
  width: 100%;
  margin: 0em;
  padding: 0em;
  list-style: none;
}
ul.list li{
  padding: 1em 0em;
}
ul.list li > label{
  font-size: 1em;
  margin-right: 1em;
}
ul.list li > .icon{
  font-size: 1em;
  height: 1.6em;
  width: 1.6em;
  line-height: 1.6em;
  border-radius: 1.6em;
  margin-right: 1em;
  color: #414141;
  text-align: center;
  vertical-align: middle;
  background-color: transparent !important;
}
body.pc ul.list li > .icon{
  text-shadow:none;
}
ul.list li.line{
  border-top: 1px solid rgba(0,0,0,0.1);
  height: 0em;
  width: 100%;
  padding: 0em;
  margin: 0em 0em;
}

input:focus{
  outline: none;
}
.input{
  width: 100%;
  border-bottom: 1px solid #dadada;
  position: relative;
  padding-top: 1.4em;
/*  display: box;
  display: -webkit-box;
  display: -moz-box;
*/}
.input:before{
  position: absolute;
  top: 0em;
  left: 0em;
  content: attr(name);
  font-size: 1em;
}
.input.error:after{
  content: attr(error);
  position: absolute;
  top: 0em;
  right: 0em;
  font-size: 0.9em;
  color: red;
}
textarea{
  font-size: 1em;
}
body.mkt-ios input{
  border:1px solid #ccc;
  background:none;
  font-size: 1em;
}
body.mkt-ios textarea{
  border:1px solid #ccc;
  box-shadow: none;
  background:none;
}
.input input,.input textarea{
  border: none !important;
  font-size: 1em !important;
  line-height: 2em !important;
  height: 2em;
  background: none !important;
  background-color: transparent !important;
  text-indent: 2em !important;
  display: block !important;
  width: 100% !important;
  font-family: "NotoSans CJK","Microsoft Yahei";
}

.editable .input input,.editable .input textarea{
  line-height: 1.4em !important;
  height: 1.4em;  
}

.input input::-webkit-input-placeholder,.input textarea::-webkit-input-placeholder{
  color: #c4c4c4 !important;
}
.input input::-ms-input-placeholder,.input textarea::-ms-input-placeholder{
  color: #c4c4c4 !important;
}
.input input::-moz-input-placeholder,.input textarea::-moz-input-placeholder{
  color: #c4c4c4 !important;
}
.input input::input-placeholder,.input textarea::input-placeholder{
  color: #c4c4c4 !important;
}

body.pc .input textarea{
  font-size: 1.2rem;
}
body.nativeApp .input textarea{
  font-size: 0.9em !important;
}
.input textarea{
  box-sizing:border-box;
  height: 5.6em;
  outline: none;
  text-indent: 2em;
  resize:none;
}
.input input:focus{
  text-align: left;
}
.input .line{
  position: absolute;
  border-bottom: 0.15em solid #00BCD4;
  transition:all 0.2s;
  -webkit-transition:all .5s;
  bottom: -0.1em;
  left: 0em;
  height: 0.15em;
  width: 100%;
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
}
.input.pink .line{
  border-bottom: 0.15em solid #E91E63;  
}
.input.orange .line{
  border-bottom: 0.15em solid #FF9800;  
}
.input.deepPurple .line{
  border-bottom: 0.15em solid #673AB7;  
}
.input.green .line{
  border-bottom: 0.15em solid #4CAF50;  
}
.input input:focus ~ .line,.input textarea:focus ~ .line{
  -webkit-transform:scaleX(1);
  transform:scaleX(1);
}
.input .remove.icon{
  display: none;
  visibility: hidden;
}
.input.non_empty .remove.icon{
  visibility: visible;
}
.input input:focus ~ .line ~ .remove.icon{
  position: absolute;
  display: block;
  padding: 0em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  font-size: 1em;
  line-height: 1em;
  right: 0.2em;
  bottom: 0.4em;
  background-color: #777;
  color: white;
  text-align: center;
}
.select{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.select:before{
  font-family: "Material Icons";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content: "\e5d7";
  position: absolute;
  right: 0.2em;
  vertical-align: middle;
  padding: 0em;
  line-height: inherit !important;
  z-index: 0;
  top: 50%;
  margin-top: -0.5em;

/*  top: 50%;
  transform:translateY(-50%);
*/}
body.mobile .select.nondefault:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0em;
  top: 0em;
  z-index: 100;
  background: transparent;
}
.select.transparentHolder:before{
  display: none;
}
.select.transparentHolder select{
  opacity: 0;
}
.select select{
  background:none;
  border:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 0em;
  line-height: 1em;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none;
  padding-right: 1em; 
  outline: none;
  width: 100%;
  position: relative;
  z-index: 100;
}
body.pc .select,body.mobile .select.nondefault{
  position: relative;
  overflow: visible;
  width: auto;
}
body.pc .select select,body.mobile .select.nondefault select{
  background:none;
  border:none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  padding: 0em;
  line-height: 1.2em;
  appearance:none;
  -moz-appearance:none;  
  -webkit-appearance:none;
  padding-right: 1em; 
  padding-bottom: 0.2em;
  outline: none;
  width: 100%;
  position: relative;
  z-index: 100;
  cursor: pointer;
  /*border-bottom: 1px solid #ccc;*/
}
body.pc .select:before,body.mobile .select.nondefault:before{
  font-family: "Material Icons";
  content: '\e5d7';
  position: absolute;
  /*font-size: 1.2rem;*/
  top: 50%;
  right: 0em;
  margin-top: -0.6em;
}
body.pc .select.singleArrow:before,body.mobile .select.singleArrow.nondefault:before{
  content:'\e5c5';
}
.select .elemList{
  max-height: 0em;
  overflow: hidden;
  padding: 0em;
  top: 0em;
  left: 0em;
  width: auto;
  background: white;
  color: #414141;
  position: absolute;
  z-index: 100000;
  box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.18), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  transition:all .15s ease-in-out 0s;
  opacity: 0.5;
}
.select.rightAlign .elemList{
  left: auto;
  right: 0em;
}
.select.bottomAlign .elemList{
  top: auto;
  bottom: 0em;
}
.select.centerAlign .elemList{
  left: 50%;
  transform: translateX(-50%);
}
.select[panel=true] .elemList{
  white-space: normal;
  width: 45em;
  padding: 1em !important;
}
.select .elemList.show{
  padding: 0.5em 0em;
  max-height: 32em;
  opacity: 1;
}
.select:not(.state_1) .elemList li.state_1,
.select:not(.state_2) .elemList li.state_2,
.select:not(.state_3) .elemList li.state_3,
.select:not(.state_4) .elemList li.state_4,
.select:not(.state_5) .elemList li.state_5,
.select:not(.state_6) .elemList li.state_6,
.select:not(.state_7) .elemList li.state_7,
.select:not(.state_8) .elemList li.state_8{
  display: none;
}
.select .elemList li{
  padding: 1em 2em;
  list-style: none;
  cursor: pointer;
  line-height: 1.2em;
}
.select[panel=true] .elemList li{
  display: inline-block;
  padding: 1em 1.5em;
}
body.pc .select .elemList li:hover{
  color: white;
  background: #E91E63;
}
.horiz_margin[mode*="15"]{
  margin: 0px 15px;
}
.horiz_margin[mode*="0.5em"]{
  margin: 0em 0.5em;
}
.horiz_margin[mode*="1em"]{
  margin: 0em 1em;
}
.horiz_margin[mode*="1.5em"]{
  margin: 0em 1.5em;
}
.horiz_margin[mode*="2em"]{
  margin: 0em 2em;
}
.horiz_margin[mode*="2.5em"]{
  margin: 0em 2.5em;
}
.horiz_margin[mode*="3em"]{
  margin: 0em 3em;
}
.horiz_margin[mode*="3.5em"]{
  margin: 0em 3.5em;
}
.horiz_margin[mode*="4em"]{
  margin: 0em 4em;
}

.vertical_margin[mode*="15"]{
  margin:15px  0px;
}
.vertical_margin[mode*="0.5em"]{
  margin: 0.5em 0em;
}
.vertical_margin[mode*="1em"]{
  margin: 1em 0em;
}
.vertical_margin[mode*="1.5em"]{
  margin: 1.5em 0em;
}
.vertical_margin[mode*="2em"]{
  margin: 2em 0em;
}
.vertical_margin[mode*="2.5em"]{
  margin: 2.5em 0em;
}
.vertical_margin[mode*="3em"]{
  margin: 3em 0em;
}
.vertical_margin[mode*="3.5em"]{
  margin: 3.5em 0em;
}
.vertical_margin[mode*="4em"]{
  margin: 4em 0em;
}

.boxVertical{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: box;
  display: flexbox;
  display: flex;
  -moz-box-orient:horizontal;  
  -o-box-orient:horizontal;  
  -webkit-box-orient:horizontal;  
  -ms-box-orient:horizontal;  
  box-orient:horizontal;  
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  flex-flow: column;  
}
.boxHorizontal{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: box;
  display: flexbox;
  display: flex;
/*  width: 100%;
  height: 100%;
*/  -moz-box-orient:vertical;  
  -o-box-orient:vertical;  
  -webkit-box-orient:vertical;  
  -ms-box-orient:vertical;

  flex-flow: row;
  box-orient:vertical;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;  
}
.box-flex{
  display: block;
  box-flex:1;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  flex:1;
  -webkit-flex:1;
  -moz-flex:1;
}
.box-flex[mode*="1"]{
  box-flex:1;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  flex:1;
  -webkit-flex:1;
  -moz-flex:1;
}
.box-flex[mode*="2"]{
  box-flex:2;
  -webkit-box-flex:2;
  -moz-box-flex:2;
  flex:2;
  -webkit-flex:2;
  -moz-flex:2;
}
.box-flex[mode*="3"]{
  box-flex:3;
  -webkit-box-flex:3;
  -moz-box-flex:3;
  flex:3;
  -webkit-flex:3;
  -moz-flex:3;
}
.tl-button,.tl-round-button{
  border-radius: 2px;
  width: 100%;
  padding: 0.4em 0em;
  background:orange;
  border: none;
  color:white;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  outline: none !important;
  cursor: pointer;
  transition: box-shadow .3s;
  font-family: "NotoSans CJK","Microsoft Yahei";
}
.tl-round-button{
  padding: 0.25em;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  line-height: 2.5em;
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 1.6em !important;
}
.bt-confirm{
}
.bt-cancel{  
}
.bt-main{
}
.bt-sec{
}
.bt-ok{
}
.bt-delete{
}
.bt-weak{
  background: #9E9E9E;
  color: white;
}
.bt-alarm{
}
.bt-back{
}
.bt-official{
}


.tl-checkbox{
  vertical-align: middle;
  position: relative;
}
.tl-checkbox div{
  display: inline-block;
  position: relative;
  vertical-align:middle;
}
.tl-checkbox span{
  vertical-align:middle;
  font-size: 1em;
  line-height: 1.2em;
}     
.tl-checkbox input{
  opacity: 0;
  position: absolute;
  z-index: 100;
  left:0px;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: 0em;
  cursor: pointer;
}
.tl-checkbox input + label{
  width: 2.4em;
  height: 0.6em;
  border-radius: 0.3em;
  background-color: darkgray;
  display: inline-block;
  position: relative;
}
.tl-checkbox input[type=radio] + label{
  width: 1.6em;
}
.tl-checkbox input + label i{
  position: absolute;
  height: 1.2em;
  width: 1.2em;
  border-radius: 100%;
  background-color: white;
  top: -0.3em;
  left: 0em;
  display: block;
  -webkit-transition:left .15s linear 0s;
  box-shadow: 0em 0em 0.2em rgba(0,0,0,0.3);  
}
.tl-checkbox input[type=radio]:checked + label i{
  left:0.5em;
}

.tl-checkbox input:checked + label{
  background-color: pink;
}
.tl-checkbox input:checked + label i{
  left: 1.2em;
  background-color: #E91E63;
}

.tl-checkbox.teal input:checked + label{
  background-color: #5acbcb;
}
.tl-checkbox.teal input:checked + label i{
  background-color: #009688;
}

.tl-checkItem span.checkItem{
  position: relative;
  display: inline-block;
}
.tl-checkItem span.checkItem input{
  opacity: 0;
  position: absolute;
  z-index: 100;
  left:0px;
  top: 0px;
  height: 100%;
  width: 100%;
  margin: 0em;
  cursor: pointer;
}
.tl-checkItem input + label{
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  border:2px solid lightgrey;
  position: relative;
  -webkit-transition:all .15s ease-in-out 0s;
          transition:all .15s ease-in-out 0s;
  box-sizing:content-box;
  vertical-align: middle;
}
.tl-checkItem input + label i{
  position: absolute;
  background-color: #4CAF50 ;
  -webkit-transition:all .15s ease-in-out 0s;
          transition:all .15s ease-in-out 0s;
  top: 0.1em !important;
  left: 0.1em !important;
  width: 0.6em;
  height: 0.6em;
  border-radius:100%;
  -webkit-transform:scale(0,0);
          transform:scale(0,0);
}
.tl-checkItem input.half + label{
  border-color: lightgrey !important;  
}

.tl-checkItem input.half + label i{
  background-color: lightgrey !important;
  -webkit-transform:scale(1,1);
}
.tl-checkItem input:checked + label{
  border-color:#4CAF50 ;
}
.tl-checkItem span.checkItem.pink input:checked + label{
  border-color:#E91E63 ;
}
.tl-checkItem span.checkItem.pink input + label i{
  background-color: #E91E63;
}
.tl-checkItem input:checked + label i{
  -webkit-transform:scale(1,1);
          transform:scale(1,1);

/*  top: 0.2em;
  left: 0.2em;
*/}


input[type=range], input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0px;
  padding: 0; }

input[type=range] + .thumb{
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #26a69a;
    font-size: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0; }
    input[type=range] + .thumb.active .value {
      color: #fff;
      margin-left: -1px;
      margin-top: 8px;
      font-size: 10px; }

input[type=range]:focus {
  outline: none; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px; }

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }



.bg-eee{
  background-color: #eee !important;
}
.bg-amber{
  background-color: #FFC107  !important;
}

.ft-amber{
  color: #FFC107  !important;
}
.bg-dark-amber{
  background-color: #FFA000 !important;
}
.ft-dark-amber{
  color: #FFA000 !important;
}
.bg-light-amber{
  background-color: #FFECB3 !important;
}
.ft-light-amber{
  color: #FFECB3 !important;
}
.bg-yellow{
  background-color: #FFEB3B  !important;
}
.ft-yellow{
  color: #FFEB3B  !important;
}
.bg-dark-yellow{
  background-color: #FBC02D !important;
}
.ft-dark-yellow{
  color: #FBC02D !important;
}
.bg-light-yellow{
  background-color: #FFF9C4 !important;
}
.ft-dark-yellow{
  color: #FFF9C4 !important;
}
.bg-lime{
  background-color: #CDDC39  !important;
}
.ft-lime{
  color: #CDDC39  !important;
}
.bg-dark-lime{
  background-color:#689F38 !important;
}
.ft-dark-lime{
  color: #689F38 !important;
}
.bg-light-lime{
  background-color: #DCEDC8 !important;
}
.ft-light-lime{
  color: #DCEDC8 !important;
}
.bg-light-green{
  background-color: #8BC34A  !important;
}
.ft-light-green{
  color: #8BC34A  !important;
}
.bg-green{
  background-color: #4CAF50 !important;
}
.ft-green{
  color: #4CAF50 !important;
}
.bg-dark-green{
  background-color: #388E3C !important;
}
.ft-dark-green{
  color: #388E3C !important;
}
.bg-lightGreen{
  background-color: #8BC34A!important;
}
.ft-lightGreen{
  color: #8BC34A!important;
}
.bg-dark-lightGreen{
  background-color: #689F38!important;
}
.ft-dark-lightGreen{
  color: #689F38!important;
}
.bg-light-lightGreen{
  background-color: #DCEDC8!important;
}
.ft-light-lightGreen{
  color: #DCEDC8!important;
}
.bg-orange{
  background-color: #FF9800  !important;
}
.ft-orange{
  color: #FF9800  !important;
}
.bg-dark-orange{
  background-color: #FF5722 !important;
}
.ft-dark-orange{
  color: #FF5722 !important;
}
.bg-light-orange{
  background-color: #FFE0B2 !important;
}
.ft-light-orange{
  color: #FFE0B2 !important;
}

.bg-red{
  background-color: #F44336 !important;
}
.ft-red{
  color: #F44336 !important;
}
.bg-dark-red{
  background-color: #D32F2F !important;
}
.ft-dark-red{
  color: #D32F2F !important;
}
.bg-light-red{
  background-color: #FFCDD2 !important;
}
.ft-light-red{
  color: #FFCDD2 !important;
}

.bg-pink{
  background-color: #E91E63 !important;
}
.ft-pink{
  color: #E91E63 !important;
}
.bg-dark-pink{
  background-color: #C2185B !important;
}
.ft-dark-pink{
  color: #C2185B !important;
}
.bg-light-pink{
  background-color: #F8BBD0 !important;
}
.ft-light-pink{
  color: #F8BBD0 !important;
}
.bg-brown{
  background-color: #795548 !important;
}
.ft-brown{
  color: #795548 !important;
}
.bg-dark-brown{
  background-color: #5D4037 !important;
}
.ft-dark-brown{
  color: #5D4037 !important;
}
.bg-light-brown{
  background-color: #D7CCC8 !important;
}
.ft-light-brown{
  color: #D7CCC8 !important;
}
.bg-grey{
  background-color: #9E9E9E !important;
}
.ft-grey{
  color: #9E9E9E !important;
}
.bg-dark-grey{
  background-color: #616161 !important;
}

@media screen and (max-width: 800px) and (max-height: 1400px) {
  body.mkt-ios .ft-dark-grey{
    color: #414141 !important;
  }
}
/*1334x750*/
/*body.mobile .ft-dark-grey{
  color: #414141 !important;
}
*/.ft-dark-grey{
  color: #616161 !important;
}
.bg-common-color{
    background: #f6f6f6 !important;
}
.bg-light-grey{
  background-color: #B6B6B6 !important;
}
.ft-light-grey{
  color: #B6B6B6 !important;
}
.bg-cyan{
  background-color: #00BCD4 !important;
}
.ft-cyan{
  color: #00BCD4 !important;
}
.bg-dark-cyan{
  background-color: #0097A7 !important;
}
.ft-dark-cyan{
  color: #0097A7 !important;
}
.bg-light-cyan{
  background-color: #B3E5FC !important;
}
.ft-light-cyan{
  color: #B3E5FC !important;
}
.bg-blue{
  background-color: #2196F3 !important;
}
.ft-blue{
  color: #2196F3 !important;
}
.bg-dark-blue{
  background-color: #1976D2 !important;
}
.ft-dark-blue{
  color: #1976D2 !important;
}
.bg-light-blue{
  background-color: #BBDEFB !important;
}
.ft-light-blue{
  color: #BBDEFB !important;
}
.bg-teal{
  background-color: #009688 !important;
}
.ft-teal{
  color: #009688 !important;
}
.bg-dark-teal{
  background-color: #00796B !important;
}
.ft-dark-teal{
  color: #00796B !important;
}
.bg-light-teal{
  background-color: #B2DFDB !important;
}
.ft-light-teal{
  color: #B2DFDB !important;
}
.bg-indigo{
  background-color: #3F51B5 !important;
}
.ft-indigo{
  color: #3F51B5 !important;
}
.bg-dark-indigo{
  background-color: #303F9F !important;
}
.ft-dark-indigo{
  color: #303F9F !important;
}
.bg-light-indigo{
  background-color: #C5CAE9 !important;
}
.ft-light-indigo{
  color: #C5CAE9 !important;
}
.bg-purple{
  background-color: #9C27B0 !important;
}
.ft-purple{
  color: #9C27B0 !important;
}
.bg-dark-purple{
  background-color: #7B1FA2 !important;
}
.ft-dark-purple{
  color: #7B1FA2 !important;
}
.bg-light-purple{
  background-color: #E1BEE7 !important;
}
.ft-light-purple{
  color: #E1BEE7 !important;
}
.bg-deepPurple{
  background-color: #673AB7 !important;
}
.ft-deepPurple{
  color: #673AB7 !important;
}
.bg-dark-deepPurple{
  background-color: #512DA8 !important;
}
.ft-dark-deepPurple{
  color: #512DA8 !important;
}
.bg-light-deepPurple{
  background-color: #D1C4E9 !important;
}
.ft-light-deepPurple{
  color: #D1C4E9 !important;
}
.bg-blueGrey{
  background-color: #607D8B!important;
}
.ft-blueGrey{
  color: #607D8B!important;
}
.bg-dark-blueGrey{
  background-color: #455A64!important;
}
.ft-dark-blueGrey{
  color: #455A64!important;
}
.bg-light-blueGrey{
  background-color: #CFD8DC!important;
}
.ft-light-blueGrey{
  color: #CFD8DC!important;
}

.bg-white{
  background-color: white !important;
}
.ft-white{
  color: white !important;
}
.bg-black{
  background-color: black;
}
.ft-black{
  color: black;
}
.ft-color{
  color: #414141;
}
.ft-justify{
  text-align: justify;
  text-justify:inter-ideograph;  
}
.ft-center{
  text-align: center;
}
.ft-left{
  text-align: left;
}
.ft-right{
  text-align: right;
}

  .ft-xxl{
    font-size: 0.6rem !important;
  }
  .ft-xl{
    font-size: 0.5rem !important;
  }
  .ft-big{
    font-size: 0.35rem !important;
  }
  .ft-normal{
    font-size: 0.30rem !important;
  }
  .ft-small{
    font-size: 0.24rem !important;
  }
  .ft-min{
    font-size: 0.17rem !important;
  }
  

/*.ft-xxl{
  font-size: 1.6em !important;
}
.ft-xl{
  font-size: 1.4em !important;
}
.ft-big{
  font-size: 1.2em !important;
}
.ft-normal{
  font-size: 1em !important;
}
.ft-small{
  font-size: 0.9em !important;
}
.ft-min{
  font-size: 0.8em !important;
}

body.mobile .newFont .ft-xxl,body.mobile .newFont.ft-xxl,body.mobile.xingluoluo .ft-xxl{
  font-size: 2.4rem !important;
}
body.mobile .newFont .ft-xl,body.mobile .newFont.ft-xl,body.mobile.xingluoluo .ft-xl{
  font-size: 2rem !important;
}
body.mobile .newFont .ft-big,body.mobile .newFont.ft-big,body.mobile.xingluoluo .ft-big{
  font-size: 1.4rem !important;
}
body.mobile .newFont .ft-halfBig,body.mobile .newFont.ft-halfBig,body.mobile.xingluoluo .ft-halfBig{
  font-size: 1.2rem !important;
}
body.mobile .newFont .ft-normal,body.mobile .newFont.ft-normal,body.mobile.xingluoluo .ft-normal{
  font-size: 1rem !important;
}
body.mobile .newFont .ft-small,body.mobile .newFont.ft-small,body.mobile.xingluoluo .ft-small{
  font-size: 0.8rem !important;
}
body.mobile .newFont .ft-min,body.mobile .newFont.ft-min,body.mobile.xingluoluo .ft-min{
  font-size: 0.6rem !important;
}*/

.ft-bold{
  font-weight: bold;
}
.ft-regular{
  font-weight: normal;
}
.ft-lighter{
  font-weight: lighter;
}
.ft-indent[indent*="4em"]{
  text-indent: 4em;
}
.ft-indent[indent*="3em"]{
  text-indent: 3em;
}
.ft-indent[indent*="2em"]{
  text-indent: 2em;
}
.ft-indent[indent*="1em"]{
  text-indent: 1em;
}
.able:after{
  font-family: "Material Icons" !important;
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  vertical-align: middle;
}
.delable:after{
  font-family: "Material Icons";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content:"\e872";
  margin-left: 0.2em;
  color: #ccc;
  font-size: 0.9em;
  font-weight: 100;
  vertical-align: middle;
}
.editable:after{
  font-family: "Material Icons";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content:"\e150";
  margin-left: 0.2em;
  color: inherit;
  opacity: 0.5;
  font-size: 0.9em;
  font-weight: 100;
  vertical-align: middle;
}
.editable.editing {
  position: relative;
}
.editable.editing .input {
  position: absolute;
  top: 0em;
  left: 0em;
  padding-top: 0em;
  text-indent: 0em;
  background: white;
  width: 8em;
}
.editable.editing .input input {
  height: auto;
  color: inherit !important;
  text-indent: inherit !important;
}
.editable.editing textarea {
  position: absolute;
  top: 0em;
  left: 0em;
  clear: both;
  width: 100%;
  height: 100%;
  resize: none;
  text-indent: inherit !important;
  line-height: inherit !important;
  text-align: inherit !important;
  font: inherit !important;
  color: inherit !important;
  border: none;
}
.settable:after{
  font-family: "Material Icons";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  content:"\e8b8";
  margin-left: 0.2em;
  color: #ccc;
  font-size: 0.9em;
  font-weight: 100;
  vertical-align: middle;
}

.ft-link:after{
  font-family: "Material Icons";
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  display: inline-block;
  content:"\e5cc";
  vertical-align: middle;
}
.ft-empty:empty:after{
  text-align: center;
  content: attr(emptyTip);
  color:#9e9e9e;
}

.screenForbidden{
  position: fixed;
  z-index: 10000000;
  background-color: green;
  opacity: 0;
  top: 0em;
  left: 0em;
  height: 100%;
  width: 100%;
}

.w-of-50{
  width: 50%;
}
.w-of-100{
  width: 100%;
}
.w-of-25{
  width: 25%;
}

.loader {
  font-size: 1.2em;
  width: 100px;
  height: 100px;
  zoom:1;
  display: block;
}
body > .loader{
  position: fixed;
  left: 50%;
  top: 30%;
  z-index: 100000;
  -webkit-transform:translate(-50%,-50%);
     -moz-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}
.loader svg{
  -webkit-animation: loaderRotate 2s linear infinite;
  animation: loaderRotate 2s linear infinite;
  height:100%;
  width: 100%;
  position: relative;
}
.loader svg circle {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke:#00BCD4;
  stroke-width:0.18em;
  -webkit-animation:
   loaderDash 1.5s ease-in-out infinite;
  animation:
   loaderDash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  box-shadow: 0em 0em 0.1em rgba(0,0,0,0.5);
}

@-webkit-keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loaderDash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes loaderDash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}


.circle{
  border-radius: 50%;
}
.right{
  float: right !important;
}
.left{
  float: left !important;
}
.preloader-wrapper {
  display: inline-block;
  position: fixed;
  width: 3em;
  height: 3em; 
  left: 50%;
  top: 30%;
  box-sizing:border-box;
  margin-top: -1.5em;
  margin-left: -1.5em;
  z-index: 1000000;
}
  .preloader-wrapper.small {
    width: 2.2em;
    height: 2.2em; }
  .preloader-wrapper.big {
    width: 3.5em;
    height: 3.5em; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite; }

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; 
}

.spinner-blue, .spinner-blue-only {
  border-color: #00BCD4; }


.active .spinner-layer.spinner-blue-only{
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg); }

  25% {
    -webkit-transform: rotate(270deg); }

  37.5% {
    -webkit-transform: rotate(405deg); }

  50% {
    -webkit-transform: rotate(540deg); }

  62.5% {
    -webkit-transform: rotate(675deg); }

  75% {
    -webkit-transform: rotate(810deg); }

  87.5% {
    -webkit-transform: rotate(945deg); }

  to {
    -webkit-transform: rotate(1080deg); } }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }

  25% {
    transform: rotate(270deg); }

  37.5% {
    transform: rotate(405deg); }

  50% {
    transform: rotate(540deg); }

  62.5% {
    transform: rotate(675deg); }

  75% {
    transform: rotate(810deg); }

  87.5% {
    transform: rotate(945deg); }

  to {
    transform: rotate(1080deg); } }

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 0.25em;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg); }

  50% {
    -webkit-transform: rotate(-5deg); }

  to {
    -webkit-transform: rotate(130deg); } }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }

  50% {
    transform: rotate(-5deg); }

  to {
    transform: rotate(130deg); } }

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg); }

  50% {
    -webkit-transform: rotate(5deg); }

  to {
    -webkit-transform: rotate(-130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }

  50% {
    transform: rotate(5deg); }

  to {
    transform: rotate(-130deg); } }


.depth-1,.tl-button,.board,.tl-round-button{
    /*box-shadow: -0.0em 0.04em 0.2em rgba(0,0,0,0.5);*/
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
body.devicePixelRatio.pc .depth-1,
body.devicePixelRatio.pc .tl-button,
body.devicePixelRatio.pc .board,
body.devicePixelRatio.pc .tl-round-button{
  box-shadow: 0 0.2em 0.5em 0 rgba(0, 0, 0, 0.1), 0 0.2em 1em 0 rgba(0, 0, 0, 0.08);
}
.round-shadow{
  margin:0em !important;
  padding: 0em !important;
  width: 100%;
  overflow: hidden;
  height: 5em;
  margin-bottom: -5em !important;
}
.round-shadow i{
  display: block;
  width: 200%;
  border-radius: 200%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.24), 0 2px 25px 0 rgba(0, 0, 0, 0.18);
  height: 30em;
  -webkit-transform:translate(-25%,-100%);
          transform:translate(-25%,-100%);
  background-color: transparent !important;
}
body.pc .card{
  box-shadow:0 2px 2px 0 rgba(178,178,178,0.2);
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);*/
  background-color: white;
    /*box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0,0,0.12);*/
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 2px 4px 0 rgba(0, 0, 0, 0.12);  */
    transition: box-shadow 0.6s  cubic-bezier(0.61, 0.09, 0.37, 0.89);
    -moz-transition: box-shadow 0.6s  cubic-bezier(0.61, 0.09, 0.37, 0.89); /* Firefox 4 */
    -webkit-transition: box-shadow 0.6s cubic-bezier(0.61, 0.09, 0.37, 0.89); /* Safari 和 Chrome */
    -o-transition: box-shadow 0.6s  cubic-bezier(0.61, 0.09, 0.37, 0.89); /* Opera */  
    border-radius: 2px;
}
body.pc .card:not(.static):hover{
  box-shadow:0 8px 8px 0 rgba(178,178,178,0.5);
}
.depth-0 {
  box-shadow: none !important; 
}

.depth-1,.board{
  box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.18), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }

body.mobile .card{
  box-shadow:0 1px 1px 0 rgba(178,178,178,0.3);
  /*background-color: #fafafa;*/
  background-color: white;
}

body.pc .board{
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.18); 
  border-radius: 2px;
  cursor: default;
}
.card:hover{
  transition:box-shadow 0.3s;
}
.depth-1-half,.tl-round-button{
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

body.pc .tl-button:hover,.depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }


.pagination{
  list-style: none;
  text-align: center;
  line-height: 100%;
}
.pagination li{
  display: inline-block;
  padding: 1px 0.3em;
  vertical-align: middle;
  border-radius: 2px;
  margin: 0em 0.2em;
  cursor: pointer;
}
.pagination li[disabled] .icon{
  color: #999;
}
.pagination li[disabled]{
  /*background-color:#E91E63;*/
  /*background-color:#ccc;*/
  /*color: white;*/
  color: #00BCD4 ;
  cursor: default;
}
.pagination li[disabled]:first-child,.pagination li[disabled]:last-child{
  background-color: transparent;
}

input[type=date]{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;
  font-size: 1em;
}
img.identity{
  display: inline-block;
  vertical-align:bottom;
  background-size: 100% 100%;
  height: auto;
  margin-left: 0.2em;
  width: 1.5em;
}
img.identity[size=normal]{
  width: 1.5em !important;
}
img.identity[size=small]{
  width: 1.2em !important;
}


img.identity[mode=studio]{
  background-image: url(../image/studioAuth.svg);
}
img.identity[mode=teacher]{
  background-image: url(../image/teacherAuth.svg);
}
img.identity[mode=jobTitle]{
  background-image: url(../image/titleAuth.svg);
}
img.identity[mode=critic]{
  background-image: url(../image/commentAuth.svg);
}
img.identity[mode=isoc]{
  background-image: url(../image/isocAuth.svg);
}

img.identity[mode=realname]{
  background-image: url(../image/realnameAuth.svg);
}
img.identity[mode=official]{
  background-image: url(../image/official.svg);
}
img.identity[mode=media]{
  background-image: url(../image/mediaAuth.svg);
}
img.identity[mode=enterprise]{
  background-image: url(../image/enterAuth.svg);
}
img.identity[mode=vip]{
  background-image: url(../image/vipAuth.svg);
}
img.identity[mode=none]{
  display: none;
}
img.careerLevel{
  margin-left: 0.25em;
  position: relative;
  width: 0.9em;
  height: 1.2em;
  vertical-align:bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
img.careerLevel[level*="0"]{
  background-image: url("/style/image/writer_level_0.svg");
}
img.careerLevel[level*="1"]{
  background-image: url("/style/image/writer_level_1.svg");
}
img.careerLevel[level*="2"]{
  background-image: url("/style/image/writer_level_2.svg");
}
img.careerLevel[level*="3"]{
  background-image: url("/style/image/writer_level_3.svg");
}

.userIdentity:after{
  position: relative;
  display: inline-block;
  vertical-align:middle;
  content: "";
  margin-left: 0.5em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background: url(../image/official.png) no-repeat center center;
  background-size: 100% auto;
  top: -1px;
}

.userIdentity[id-tag=studio]:after{
  background-image: url(../image/studioAuth.svg);
  background-size: 100% auto;
}
.userIdentity[id-tag=official]:after{
  background-image: url(../image/official.svg);
  background-size: 100% auto;
}
.userIdentity[id-tag=media]:after{
  background-image: url(../image/mediaAuth.svg);
  background-size: 100% auto;
}
.userIdentity[id-tag=enterprise]:after{
  background-image: url(../image/enterAuth.svg);
  background-size: 100% auto;
}
.userIdentity[id-tag=vip]:after{
  background-image: url(../image/vipAuth.svg);
  background-size: 100% auto;
}
.userIdentity[id-tag=realname]:after{
  background-image: url(../image/realnameAuth.svg);
  background-size: 100% auto;
}
.userIdentity[id-tag=teacher]:after{
  background-image: url(../image/teacherAuth.svg);
  background-size: 100% auto;
}
.userIdentity[id-tag=jobTitle]:after{
  background-image: url(../image/titleAuth.svg);
  background-size: 100% auto;
}

.userIdentity[id-tag=critic]:after{
  background-image: url(../image/commentAuth.svg);
  background-size: 100% auto;
}
.userIdentity[id-tag=isoc]:after{
  background-image: url(../image/isocAuth.svg);
  background-size: 100% auto;
}
.userIdentity[id-tag=famous]:after{
  background-image: url(../image/famousAuth.svg);
  background-size: 100% auto;
}

.userIdentity[id-tag=none]:after{
  display: none;
}


img.identityStamp{
  background-size: 100%;
}
img.identityStamp[mode=none]{
  display: none;
}
img.identityStamp[mode=realname]{
  background-image: url(../image/realnameTag.png);
}
img.identityStamp[mode=official]{
  background-image: url(../image/officialTag.png);
}
img.identityStamp[mode=media]{
  background-image: url(../image/mediaTag.png);
}
img.identityStamp[mode=enterprise]{
  background-image: url(../image/enterTag.png);
}
img.identityStamp[mode=studio]{
  background-image: url(../image/studioTag.png);
}

.drop-down {
  position: relative;
}
.drop-down .drop-down-wrap{
  position: absolute;
  background-color: white;
  color: #212121 !important;
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid #aaa;
  border-radius: 2px;
  cursor: default;
  z-index: 100;
  font-family: '微软雅黑';
  top: 0em;
  left: 0em;
  display: none;
}
.drop-down .drop-down-wrap .drop-down-item{
  text-align: center;
  padding: 0.8em 0em;
}
body.pc .drop-down .drop-down-wrap .drop-down-item:hover{
  background-color: #E91E63;
  color: white;
  cursor: pointer;
}
.tl-tip{
  position: relative;
  cursor: pointer;
}
.tl-tip-content{
    width: 15em;
    background-color: #607D8B;
    position: absolute;
    text-align: justify;
    top: 2em;
    left: 50%;
    line-height: 1.5em;
    padding: 0.5em 0.8em;
    border-radius: 2px;
    color: white;
    font-family: '微软雅黑';
    display: none;
    cursor: pointer;
    z-index: 1000000;
    box-sizing: border-box;
    margin-left: -7.5em;
}
.tl-tip-content:before{
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    left: 50%;
    border-bottom-color: #607D8B;
    margin-left: -5px;
}
body.mobile .datepicker{
  position: relative;
}
body.mobile .datepicker > input{
  position: absolute;
  left: 0em;
  width: 100%;
  opacity: 0;
}