@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.eot');
  /* IE9*/
  src: url('../font/iconfont.eot?') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome、firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /* -webkit-text-stroke-width: 0.2px; */
  -moz-osx-font-smoothing: grayscale;
}
.icon-shu:before {
  content: "\e626";
}
.icon-yuan:before {
  content: "\e60f";
}
.icon-yinliangwu:before {
  content: "\e610";
}
.icon-yinliangzhong:before {
  content: "\e611";
}
.icon-ranking:before {
  content: "\e621";
}
.icon-liebiao:before {
  content: "\e616";
}
.icon-favorfill:before {
  content: "\e635";
}
.icon-favor:before {
  content: "\e637";
}
.icon-graphfall:before {
  content: "\e600";
}
.icon-graphrise:before {
  content: "\e601";
}
.icon-shipinziliao:before {
  content: "\e602";
}
.icon-back1:before {
  content: "\e61a";
}
.icon-lianjie:before {
  content: "\e603";
}
.icon-quanbu:before {
  content: "\e60c";
}
.icon-46:before {
  content: "\e604";
}
.icon-expand:before {
  content: "\e612";
}
.icon-compress:before {
  content: "\e613";
}
.icon-xinzeng:before {
  content: "\e60b";
}
.icon-zhuanti:before {
  content: "\e61b";
}
.icon-reserve:before {
  content: "\e62c";
}
.icon-zanting:before {
  content: "\e614";
}
.icon-hot:before {
  content: "\e61c";
}
.icon-group:before {
  content: "\e629";
}
.icon-schedule:before {
  content: "\e62d";
}
.icon-notes:before {
  content: "\e623";
}
.icon-qa:before {
  content: "\e624";
}
.icon-benbu:before {
  content: "\e605";
}
.icon-mail:before {
  content: "\e634";
}
.icon-zip:before {
  content: "\e606";
}
.icon-iconfont404:before {
  content: "\e618";
}
.icon-course:before {
  content: "\e61d";
}
.icon-icon:before {
  content: "\e619";
}
.icon-card:before {
  content: "\e628";
}
.icon-manage:before {
  content: "\e62a";
}
.icon-teacher:before {
  content: "\e61e";
}
.icon-yinpin:before {
  content: "\e607";
}
.icon-qrcode:before {
  content: "\e62b";
}
.icon-wendang:before {
  content: "\e608";
}
.icon-star:before {
  content: "\e631";
}
.icon-start-fill:before {
  content: "\e632";
}
.icon-more:before {
  content: "\e625";
}
.icon-special:before {
  content: "\e61f";
}
.icon-wode:before {
  content: "\e60d";
}
.icon-shaixuan:before {
  content: "\e60e";
}
.icon-notice:before {
  content: "\e620";
}
.icon-tupian:before {
  content: "\e609";
}
.icon-bianji:before {
  content: "\e60a";
}
.icon-player-play:before {
  content: "\e615";
}
.icon-history:before {
  content: "\e617";
}
.icon-calendar:before {
  content: "\e622";
}
.icon-loading:before {
  content: "\e627";
}
.icon-search:before {
  content: "\e633";
}
.icon-like:before {
  content: "\e62e";
}
.icon-leave:before {
  content: "\e62f";
}
.icon-tips:before {
  content: "\e630";
}
.icon-more-horizontal:before {
  content: "\e639";
}
.icon-edit:before {
  content: "\e636";
}
html.pixel-ratio-2 .tabs-case li:after,
html.pixel-ratio-2 .case-nav li:after {
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
html.pixel-ratio-3 .tabs-case li:after,
html.pixel-ratio-3 .case-nav li:after {
  -webkit-transform: scaleX(0.33);
}
html.pixel-ratio-2 .case-list li:after,
html.pixel-ratio-2 .content-block-title:after {
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
html.pixel-ratio-3 .case-list li:after,
html.pixel-ratio-3 .content-block-title:after {
  -webkit-transform: scaleY(0.33);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.navbar {
  color: #ffffff;
  background-color: #274e96;
}
.navbar:after {
  height: 0;
}
.navbar a {
  color: #ffffff;
}
.navbar .subnavbar.tabs-head {
  padding: 0;
  height: 55px;
  background-color: #ffffff;
}
.tabs-case {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style-type: none;
}
.tabs-case li {
  position: relative;
  float: left;
  width: 33.333333333333%;
  height: 100%;
}
.tabs-case.half li {
  width: 50%;
}
.tabs-case li:after {
  content: '';
  position: absolute;
  left: auto;
  bottom: auto;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ccc;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.tabs-case li:last-child:after {
  width: 0;
}
.tabs-case a {
  position: relative;
  display: block;
  padding-top: 6px;
  width: 100%;
  text-align: center;
  color: #5e696d;
}
.tabs-case a.active {
  color: #274e96;
}
.tabs-case a .badge {
  position: absolute;
  right: 3px;
  top: 3px;
  vertical-align: top;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 11px;
}
.tabs-case a .num,
.tabs-case a strong {
  display: block;
}
.tabs-case a .num {
  font-weight: 700;
}
.tabs-case a strong {
  font-weight: normal;
  font-size: 13px;
}
.navbar-through .tabsbar .page-content {
  padding-top: 99px;
}
.content-block-title {
  margin: 0;
  padding: 10px 15px;
  background-color: #fff3e3;
}
.case-block .content-block-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.case-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #ffffff;
}
.case-list li {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
}
.case-list li.enforce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.case-list li.enforce .item-link {
  -webkit-flex-shrink: 1;
  -ms-flex: 0 1 auto;
  flex-shrink: 1;
}
.case-list li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.case-list .item-link {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 10px 15px;
  max-width: 100%;
  text-overflow: ellipsis;
  color: #000000;
}
.case-list .item-link .title {
  white-space: nowrap;
  font-size: 19px;
}
.case-list .item-link .title small {
  padding-left: 10px;
  color: #93a4aa;
}
.case-list .item-link .info {
  padding-top: 5px;
  word-wrap: break-word !important;
  color: #93a4aa;
}
.case-list .item-link .info.important {
  color: #364347;
}
.case-list .item-link.active-state {
  background-color: rgba(0, 0, 0, 0.1);
}
.case-list .btn-group {
  margin-top: 10px;
  text-align: right;
}
.case-list .btn-group a.button {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  border-color: #274e96;
}
.case-list .shortcut {
  white-space: nowrap;
  color: #000000;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  margin-left: 5px;
  padding: 10px 15px;
  height: 100%;
  text-align: center;
}
.case-list .shortcut i {
  display: block;
  font-size: 29px;
}
.case-list .shortcut.active-state {
  color: #274e96;
}
.case-list .shortcut.active {
  color: #fb8e01;
}
.case-new {
  display: block !important;
  padding-right: 5px;
  min-width: 44px;
  text-align: right;
}
.newCase {
  width: 200px;
}
.newCase .list-block .list-button {
  text-align: left;
  color: #000000;
}
.newCase .list-block .list-button i {
  padding-right: 5px;
}
.newCase .list-block .list-button.active {
  color: #fb8e01;
}
.case-nav {
  padding: 0;
}
.case-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  width: auto;
}
.case-nav li {
  position: relative;
  height: 44px;
  line-height: 44px;
  display: inline-block;
}
.case-nav li a {
  position: relative;
  display: block;
  padding: 0 12px;
  font-size: 17px;
  color: #5e696d;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.case-nav li a.active {
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  color: #274e96;
}
.case-nav li a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #274e96;
}
.case-nav li a .new {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ff3b30;
}
.proof-list {
  margin: 0;
}
.proof-list .item-subtitle {
  padding-top: 5px;
  color: #93a4aa;
}
.assets-list {
  margin: 0;
  padding: 0;
}
.note-list {
  margin: 0;
}
.note-list ul:before {
  height: 0;
}
.note-list .item-content {
  padding-left: 0;
}
.note-list .item-content .item-inner {
  padding-left: 15px;
}
.note-list .content-block {
  position: relative;
  margin: 0 5px;
  padding: 15px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 17px;
  color: #000000;
  background-color: #f4f4f4;
}
.note-list .content-block:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #d6e1e5;
}
.sms-list {
  margin: 0;
}
.sms-list ul:before {
  height: 0;
}
.sms-list .item-content {
  padding-left: 0;
}
.sms-list .item-content .item-inner {
  padding-left: 15px;
}
.sms-list .item-content .item-text {
  padding-top: 5px;
  height: auto;
}
.floating-button {
  z-index: 1500;
  position: fixed;
  overflow: hidden;
  right: 16px;
  bottom: 60px;
  width: 56px;
  height: 56px;
  line-height: 54px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  text-align: center;
  background-color: #274e96;
}
.floating-button i.iconfont {
  font-size: 20px;
}
.floating-button.active-state {
  box-shadow: none;
}
.form {
  padding: 15px 10px;
}
.form .form-title {
  margin-bottom: 10px;
  font-size: 19px;
}
.form textarea {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 362px;
  line-height: 30px;
  border: 0;
  font-size: 17px;
}
.form button.button {
  margin-top: 10px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 17px;
  color: #ffffff;
  background: #274e96;
}
